Class CfnDataTable.LockVersionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.connect.CfnDataTable.LockVersionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataTable.LockVersionProperty>
- Enclosing interface:
CfnDataTable.LockVersionProperty
@Stability(Stable)
public static final class CfnDataTable.LockVersionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataTable.LockVersionProperty>
A builder for
CfnDataTable.LockVersionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDataTable.LockVersionProperty.getDataTable()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataTable
Sets the value ofCfnDataTable.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<CfnDataTable.LockVersionProperty>- Returns:
- a new instance of
CfnDataTable.LockVersionProperty - Throws:
NullPointerException- if any required attribute was not provided
-