Class DynamodbGlobalTableTimeouts.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.dynamodb_global_table.DynamodbGlobalTableTimeouts.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DynamodbGlobalTableTimeouts>
- Enclosing interface:
- DynamodbGlobalTableTimeouts
@Stability(Stable) public static final class DynamodbGlobalTableTimeouts.Builder extends Object implements software.amazon.jsii.Builder<DynamodbGlobalTableTimeouts>
A builder forDynamodbGlobalTableTimeouts
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamodbGlobalTableTimeoutsbuild()Builds the configured instance.DynamodbGlobalTableTimeouts.Buildercreate(String create)Sets the value ofDynamodbGlobalTableTimeouts.getCreate()DynamodbGlobalTableTimeouts.Builderdelete(String delete)Sets the value ofDynamodbGlobalTableTimeouts.getDelete()DynamodbGlobalTableTimeouts.Builderupdate(String update)Sets the value ofDynamodbGlobalTableTimeouts.getUpdate()
-
-
-
Method Detail
-
create
@Stability(Stable) public DynamodbGlobalTableTimeouts.Builder create(String create)
Sets the value ofDynamodbGlobalTableTimeouts.getCreate()- Parameters:
create- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#create DynamodbGlobalTable#create}.- Returns:
this
-
delete
@Stability(Stable) public DynamodbGlobalTableTimeouts.Builder delete(String delete)
Sets the value ofDynamodbGlobalTableTimeouts.getDelete()- Parameters:
delete- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#delete DynamodbGlobalTable#delete}.- Returns:
this
-
update
@Stability(Stable) public DynamodbGlobalTableTimeouts.Builder update(String update)
Sets the value ofDynamodbGlobalTableTimeouts.getUpdate()- Parameters:
update- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_global_table#update DynamodbGlobalTable#update}.- Returns:
this
-
build
@Stability(Stable) public DynamodbGlobalTableTimeouts build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DynamodbGlobalTableTimeouts>- Returns:
- a new instance of
DynamodbGlobalTableTimeouts - Throws:
NullPointerException- if any required attribute was not provided
-
-