andreigurau commented on code in PR #24229:
URL: https://github.com/apache/beam/pull/24229#discussion_r1026825958
##########
sdks/java/io/splunk/src/main/java/org/apache/beam/sdk/io/splunk/SplunkIO.java:
##########
@@ -264,6 +269,35 @@ public Write withDisableCertificateValidation(Boolean
disableCertificateValidati
.build();
}
+ /**
+ * Same as {@link Builder#withRootCaCertificatePath(ValueProvider)} but
without a {@link
+ * ValueProvider}.
+ *
+ * @param rootCaCertificatePath Path to root CA certificate
+ * @return {@link Builder}
+ */
+ public Write withRootCaCertificatePath(ValueProvider<String>
rootCaCertificatePath) {
+ checkArgument(
Review Comment:
Done (along with the other parameters in this Builder)
--
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]