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