Class CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty>
- Enclosing interface:
CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty
@Stability(Stable)
public static final class CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty.Builder type(String type) - Parameters:
type- The type of replication topic name configuration, identical to upstream topic name or prefixed with source cluster alias.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty>- Returns:
- a new instance of
CfnReplicatorPropsMixin.ReplicationTopicNameConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-