Class CfnChannelPropsMixin.DestinationTableProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnChannelPropsMixin.DestinationTableProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.DestinationTableProperty>
- Enclosing interface:
CfnChannelPropsMixin.DestinationTableProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.DestinationTableProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.DestinationTableProperty>
A builder for
CfnChannelPropsMixin.DestinationTableProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationDatabaseName(String destinationDatabaseName) destinationTableName(String destinationTableName) Sets the value ofCfnChannelPropsMixin.DestinationTableProperty.getDestinationTableName()partitionSpec(CfnChannelPropsMixin.PartitionSpecProperty partitionSpec) Sets the value ofCfnChannelPropsMixin.DestinationTableProperty.getPartitionSpec()partitionSpec(IResolvable partitionSpec) Sets the value ofCfnChannelPropsMixin.DestinationTableProperty.getPartitionSpec()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationDatabaseName
@Stability(Stable) public CfnChannelPropsMixin.DestinationTableProperty.Builder destinationDatabaseName(String destinationDatabaseName) - Parameters:
destinationDatabaseName- The destination database name.- Returns:
this
-
destinationTableName
@Stability(Stable) public CfnChannelPropsMixin.DestinationTableProperty.Builder destinationTableName(String destinationTableName) Sets the value ofCfnChannelPropsMixin.DestinationTableProperty.getDestinationTableName()- Parameters:
destinationTableName- The destination table name.- Returns:
this
-
partitionSpec
@Stability(Stable) public CfnChannelPropsMixin.DestinationTableProperty.Builder partitionSpec(IResolvable partitionSpec) Sets the value ofCfnChannelPropsMixin.DestinationTableProperty.getPartitionSpec()- Parameters:
partitionSpec- Partition specification.- Returns:
this
-
partitionSpec
@Stability(Stable) public CfnChannelPropsMixin.DestinationTableProperty.Builder partitionSpec(CfnChannelPropsMixin.PartitionSpecProperty partitionSpec) Sets the value ofCfnChannelPropsMixin.DestinationTableProperty.getPartitionSpec()- Parameters:
partitionSpec- Partition specification.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.DestinationTableProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.DestinationTableProperty - Throws:
NullPointerException- if any required attribute was not provided
-