Class CfnReplicatorPropsMixin.ReplicationStartingPositionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnReplicatorPropsMixin.ReplicationStartingPositionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicationStartingPositionProperty>
- Enclosing interface:
CfnReplicatorPropsMixin.ReplicationStartingPositionProperty
@Stability(Stable)
public static final class CfnReplicatorPropsMixin.ReplicationStartingPositionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicationStartingPositionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnReplicatorPropsMixin.ReplicationStartingPositionProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
@Stability(Stable) public CfnReplicatorPropsMixin.ReplicationStartingPositionProperty.Builder type(String type) Sets the value ofCfnReplicatorPropsMixin.ReplicationStartingPositionProperty.getType()- Parameters:
type- The type of replication starting position.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnReplicatorPropsMixin.ReplicationStartingPositionProperty>- Returns:
- a new instance of
CfnReplicatorPropsMixin.ReplicationStartingPositionProperty - Throws:
NullPointerException- if any required attribute was not provided
-