Interface KafkaClusterMTLSAuthentication.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KafkaClusterMTLSAuthentication.Builder,,KafkaClusterMTLSAuthentication> SdkBuilder<KafkaClusterMTLSAuthentication.Builder,,KafkaClusterMTLSAuthentication> SdkPojo
- Enclosing class:
KafkaClusterMTLSAuthentication
@Mutable
@NotThreadSafe
public static interface KafkaClusterMTLSAuthentication.Builder
extends SdkPojo, CopyableBuilder<KafkaClusterMTLSAuthentication.Builder,KafkaClusterMTLSAuthentication>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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
-
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.
-