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