Class CfnReplicator.KafkaClusterMtlsAuthenticationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnReplicator.KafkaClusterMtlsAuthenticationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicator.KafkaClusterMtlsAuthenticationProperty>
- Enclosing interface:
CfnReplicator.KafkaClusterMtlsAuthenticationProperty
@Stability(Stable)
public static final class CfnReplicator.KafkaClusterMtlsAuthenticationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicator.KafkaClusterMtlsAuthenticationProperty>
A builder for
CfnReplicator.KafkaClusterMtlsAuthenticationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnReplicator.KafkaClusterMtlsAuthenticationProperty.getSecretArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
secretArn
@Stability(Stable) public CfnReplicator.KafkaClusterMtlsAuthenticationProperty.Builder secretArn(String secretArn) Sets the value ofCfnReplicator.KafkaClusterMtlsAuthenticationProperty.getSecretArn()- Parameters:
secretArn- The Amazon Resource Name (ARN) of the Secrets Manager secret. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicator.KafkaClusterMtlsAuthenticationProperty>- Returns:
- a new instance of
CfnReplicator.KafkaClusterMtlsAuthenticationProperty - Throws:
NullPointerException- if any required attribute was not provided
-