frankgh commented on code in PR #91:
URL: https://github.com/apache/cassandra-sidecar/pull/91#discussion_r1490201133
##########
src/main/java/org/apache/cassandra/sidecar/config/yaml/ServiceConfigurationImpl.java:
##########
@@ -458,6 +501,18 @@ public Builder
ssTableImportConfiguration(SSTableImportConfiguration ssTableImpo
return update(b -> b.ssTableImportConfiguration =
ssTableImportConfiguration);
}
+ /**
+ * Sets the {@code ssTableSnapshotConfiguration} and returns a
reference to this Builder enabling
+ * method chaining.
+ *
+ * @param ssTableSnapshotConfiguration the {@code
ssTableSnapshotConfiguration} to set
+ * @return a reference to this Builder
+ */
+ public Builder
ssTableSnapshotConfiguration(SSTableSnapshotConfiguration
ssTableSnapshotConfiguration)
Review Comment:
will keep it as is for consistency
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]