Class CfnDataTablePropsMixin.LockVersionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnDataTablePropsMixin.LockVersionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTablePropsMixin.LockVersionProperty>
- Enclosing interface:
CfnDataTablePropsMixin.LockVersionProperty
@Stability(Stable)
public static final class CfnDataTablePropsMixin.LockVersionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTablePropsMixin.LockVersionProperty>
A builder for
CfnDataTablePropsMixin.LockVersionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataTablePropsMixin.LockVersionProperty.getDataTable()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataTable
@Stability(Stable) public CfnDataTablePropsMixin.LockVersionProperty.Builder dataTable(String dataTable) Sets the value ofCfnDataTablePropsMixin.LockVersionProperty.getDataTable()- Parameters:
dataTable- The data table for the lock version.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataTablePropsMixin.LockVersionProperty>- Returns:
- a new instance of
CfnDataTablePropsMixin.LockVersionProperty - Throws:
NullPointerException- if any required attribute was not provided
-