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