Package org.voltdb.stream.api.kafka
Class KafkaStreamSslConfiguration.Builder
java.lang.Object
org.voltdb.stream.api.kafka.KafkaStreamSslConfiguration.Builder
- Enclosing class:
KafkaStreamSslConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withKeystore
(String truststoreFile, String truststorePassword, String keyPassword) withKeystoreType
(String type) withSSL()
withSSLIdentificationAlgorithm
(String algorithm) withTruststore
(String truststoreFile, String truststorePassword) withTruststoreType
(String type)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
withSSL
-
withSSLProtocols
public KafkaStreamSslConfiguration.Builder withSSLProtocols(KafkaStreamSslConfiguration.TLSProtocols protocol) -
withSSLEnabledProtocols
public KafkaStreamSslConfiguration.Builder withSSLEnabledProtocols(KafkaStreamSslConfiguration.TLSProtocols... protocols) -
withSSLIdentificationAlgorithm
-
withTruststore
-
withTruststore
public KafkaStreamSslConfiguration.Builder withTruststore(String truststoreFile, String truststorePassword) -
withTruststoreType
-
withKeystore
-
withKeystore
public KafkaStreamSslConfiguration.Builder withKeystore(String truststoreFile, String truststorePassword, String keyPassword) -
withKeystoreType
-