Class CfnTableProps.Builder
java.lang.Object
software.amazon.awscdk.services.bcmdataexports.CfnTableProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTableProps>
- Enclosing interface:
CfnTableProps
@Stability(Stable)
public static final class CfnTableProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTableProps>
A builder for
CfnTableProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTableProps.getTableName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tableName
Sets the value ofCfnTableProps.getTableName()- Parameters:
tableName- The name of the table. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTableProps>- Returns:
- a new instance of
CfnTableProps - Throws:
NullPointerException- if any required attribute was not provided
-