Interface AwsMskClusterClusterInfoClientAuthenticationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationDetails>,SdkBuilder<AwsMskClusterClusterInfoClientAuthenticationDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationDetails>,SdkPojo
- Enclosing class:
- AwsMskClusterClusterInfoClientAuthenticationDetails
public static interface AwsMskClusterClusterInfoClientAuthenticationDetails.Builder extends SdkPojo, CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationDetails>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sasl
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder sasl(AwsMskClusterClusterInfoClientAuthenticationSaslDetails sasl)
Provides details for client authentication using SASL.
- Parameters:
sasl- Provides details for client authentication using SASL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sasl
default AwsMskClusterClusterInfoClientAuthenticationDetails.Builder sasl(Consumer<AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder> sasl)
Provides details for client authentication using SASL.
This is a convenience method that creates an instance of theAwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builderavoiding the need to create one manually viaAwsMskClusterClusterInfoClientAuthenticationSaslDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosasl(AwsMskClusterClusterInfoClientAuthenticationSaslDetails).- Parameters:
sasl- a consumer that will call methods onAwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sasl(AwsMskClusterClusterInfoClientAuthenticationSaslDetails)
-
unauthenticated
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder unauthenticated(AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails unauthenticated)
Provides details for allowing no client authentication.
- Parameters:
unauthenticated- Provides details for allowing no client authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unauthenticated
default AwsMskClusterClusterInfoClientAuthenticationDetails.Builder unauthenticated(Consumer<AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder> unauthenticated)
Provides details for allowing no client authentication.
This is a convenience method that creates an instance of theAwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builderavoiding the need to create one manually viaAwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounauthenticated(AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails).- Parameters:
unauthenticated- a consumer that will call methods onAwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
unauthenticated(AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails)
-
tls
AwsMskClusterClusterInfoClientAuthenticationDetails.Builder tls(AwsMskClusterClusterInfoClientAuthenticationTlsDetails tls)
Provides details for client authentication using TLS.
- Parameters:
tls- Provides details for client authentication using TLS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tls
default AwsMskClusterClusterInfoClientAuthenticationDetails.Builder tls(Consumer<AwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder> tls)
Provides details for client authentication using TLS.
This is a convenience method that creates an instance of theAwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builderavoiding the need to create one manually viaAwsMskClusterClusterInfoClientAuthenticationTlsDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totls(AwsMskClusterClusterInfoClientAuthenticationTlsDetails).- Parameters:
tls- a consumer that will call methods onAwsMskClusterClusterInfoClientAuthenticationTlsDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tls(AwsMskClusterClusterInfoClientAuthenticationTlsDetails)
-
-