Class CfnTablePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnTablePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin>
- Enclosing class:
CfnTablePropsMixin
@Stability(Stable)
public static final class CfnTablePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin>
A fluent builder for
CfnTablePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnTablePropsMixin.Buildercreate()static CfnTablePropsMixin.Buildercreate(CfnPropertyMixinOptions options) The name of the table.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTablePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTablePropsMixin.Builder.
-
tableName
The name of the table.- Parameters:
tableName- The name of the table. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin>- Returns:
- a newly built instance of
CfnTablePropsMixin.
-