Class CfnReplicatorPropsMixin.AmazonMskClusterProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.msk.mixins.CfnReplicatorPropsMixin.AmazonMskClusterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicatorPropsMixin.AmazonMskClusterProperty>
- Enclosing interface:
CfnReplicatorPropsMixin.AmazonMskClusterProperty
@Stability(Stable)
public static final class CfnReplicatorPropsMixin.AmazonMskClusterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicatorPropsMixin.AmazonMskClusterProperty>
A builder for
CfnReplicatorPropsMixin.AmazonMskClusterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.mskClusterArn(String mskClusterArn) Sets the value ofCfnReplicatorPropsMixin.AmazonMskClusterProperty.getMskClusterArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mskClusterArn
@Stability(Stable) public CfnReplicatorPropsMixin.AmazonMskClusterProperty.Builder mskClusterArn(String mskClusterArn) Sets the value ofCfnReplicatorPropsMixin.AmazonMskClusterProperty.getMskClusterArn()- Parameters:
mskClusterArn- The Amazon Resource Name (ARN) of an Amazon MSK cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicatorPropsMixin.AmazonMskClusterProperty>- Returns:
- a new instance of
CfnReplicatorPropsMixin.AmazonMskClusterProperty - Throws:
NullPointerException- if any required attribute was not provided
-