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