Interface AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder,,- AwsMskClusterClusterInfoClientAuthenticationSaslDetails> - SdkBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder,,- AwsMskClusterClusterInfoClientAuthenticationSaslDetails> - SdkPojo
- Enclosing class:
- AwsMskClusterClusterInfoClientAuthenticationSaslDetails
public static interface AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder
extends SdkPojo, CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionProvides details for SASL client authentication using IAM.Provides details for SASL client authentication using IAM.Details for SASL client authentication using SCRAM.Details for SASL client authentication using SCRAM.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
iamAwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder iam(AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails iam) Provides details for SASL client authentication using IAM. - Parameters:
- iam- Provides details for SASL client authentication using IAM.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iamdefault AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder iam(Consumer<AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder> iam) Provides details for SASL client authentication using IAM. This is a convenience method that creates an instance of theAwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builderavoiding the need to create one manually viaAwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiam(AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails).- Parameters:
- iam- a consumer that will call methods on- AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scramAwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder scram(AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails scram) Details for SASL client authentication using SCRAM. - Parameters:
- scram- Details for SASL client authentication using SCRAM.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scramdefault AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder scram(Consumer<AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder> scram) Details for SASL client authentication using SCRAM. This is a convenience method that creates an instance of theAwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builderavoiding the need to create one manually viaAwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscram(AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails).- Parameters:
- scram- a consumer that will call methods on- AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-