Interface KafkaClusterClientAuthentication.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KafkaClusterClientAuthentication.Builder,,KafkaClusterClientAuthentication> SdkBuilder<KafkaClusterClientAuthentication.Builder,,KafkaClusterClientAuthentication> SdkPojo
- Enclosing class:
KafkaClusterClientAuthentication
@Mutable
@NotThreadSafe
public static interface KafkaClusterClientAuthentication.Builder
extends SdkPojo, CopyableBuilder<KafkaClusterClientAuthentication.Builder,KafkaClusterClientAuthentication>
-
Method Summary
Modifier and TypeMethodDescriptionDetails for SASL/SCRAM client authentication.saslScram(KafkaClusterSaslScramAuthentication saslScram) Details for SASL/SCRAM client authentication.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
-
saslScram
Details for SASL/SCRAM client authentication.
- Parameters:
saslScram- Details for SASL/SCRAM client authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
saslScram
default KafkaClusterClientAuthentication.Builder saslScram(Consumer<KafkaClusterSaslScramAuthentication.Builder> saslScram) Details for SASL/SCRAM client authentication.
This is a convenience method that creates an instance of theKafkaClusterSaslScramAuthentication.Builderavoiding the need to create one manually viaKafkaClusterSaslScramAuthentication.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosaslScram(KafkaClusterSaslScramAuthentication).- Parameters:
saslScram- a consumer that will call methods onKafkaClusterSaslScramAuthentication.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-