static AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.builder() |
|
default AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder.sasl(Consumer<AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder> sasl) |
Provides details for client authentication using SASL.
|
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder.sasl(AwsMskClusterClusterInfoClientAuthenticationSaslDetails sasl) |
Provides details for client authentication using SASL.
|
default AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder.tls(Consumer<AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder> tls) |
Provides details for client authentication using TLS.
|
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder.tls(AwsMskClusterClusterInfoClientAuthenticationTlsDetails tls) |
Provides details for client authentication using TLS.
|
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.toBuilder() |
|
default AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder.unauthenticated(Consumer<AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder> unauthenticated) |
Provides details for allowing no client authentication.
|
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder |
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder.unauthenticated(AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails unauthenticated) |
Provides details for allowing no client authentication.
|