Class DataAwsDynamodbTableTtl.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.data_aws_dynamodb_table.DataAwsDynamodbTableTtl.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAwsDynamodbTableTtl>
- Enclosing interface:
- DataAwsDynamodbTableTtl
@Stability(Stable) public static final class DataAwsDynamodbTableTtl.Builder extends Object implements software.amazon.jsii.Builder<DataAwsDynamodbTableTtl>
A builder forDataAwsDynamodbTableTtl
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
-
-
Method Detail
-
build
@Stability(Stable) public DataAwsDynamodbTableTtl build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataAwsDynamodbTableTtl>- Returns:
- a new instance of
DataAwsDynamodbTableTtl - Throws:
NullPointerException- if any required attribute was not provided
-
-