Interface KafkaClusterSaslScramAuthentication.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KafkaClusterSaslScramAuthentication.Builder,,KafkaClusterSaslScramAuthentication> SdkBuilder<KafkaClusterSaslScramAuthentication.Builder,,KafkaClusterSaslScramAuthentication> SdkPojo
- Enclosing class:
KafkaClusterSaslScramAuthentication
@Mutable
@NotThreadSafe
public static interface KafkaClusterSaslScramAuthentication.Builder
extends SdkPojo, CopyableBuilder<KafkaClusterSaslScramAuthentication.Builder,KafkaClusterSaslScramAuthentication>
-
Method Summary
Modifier and TypeMethodDescriptionThe SASL/SCRAM authentication mechanism.mechanism(KafkaClusterSaslScramMechanism mechanism) The SASL/SCRAM authentication mechanism.The Amazon Resource Name (ARN) of the Secrets Manager secret.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mechanism
The SASL/SCRAM authentication mechanism.
- Parameters:
mechanism- The SASL/SCRAM authentication mechanism.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mechanism
The SASL/SCRAM authentication mechanism.
- Parameters:
mechanism- The SASL/SCRAM authentication mechanism.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
secretArn
The Amazon Resource Name (ARN) of the Secrets Manager secret.
- Parameters:
secretArn- The Amazon Resource Name (ARN) of the Secrets Manager secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-