Class DynamodbContributorInsights.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.dynamodb_contributor_insights.DynamodbContributorInsights.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DynamodbContributorInsights>
- Enclosing class:
- DynamodbContributorInsights
@Stability(Stable) public static final class DynamodbContributorInsights.Builder extends Object implements software.amazon.jsii.Builder<DynamodbContributorInsights>
A fluent builder forDynamodbContributorInsights.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DynamodbContributorInsightsbuild()DynamodbContributorInsights.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DynamodbContributorInsights.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DynamodbContributorInsights.Buildercount(com.hashicorp.cdktf.TerraformCount count)DynamodbContributorInsights.Buildercount(Number count)static DynamodbContributorInsights.Buildercreate(software.constructs.Construct scope, String id)DynamodbContributorInsights.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DynamodbContributorInsights.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DynamodbContributorInsights.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#id DynamodbContributorInsights#id}.DynamodbContributorInsights.BuilderindexName(String indexName)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#index_name DynamodbContributorInsights#index_name}.DynamodbContributorInsights.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DynamodbContributorInsights.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DynamodbContributorInsights.Builderprovisioners(List<? extends Object> provisioners)DynamodbContributorInsights.BuildertableName(String tableName)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#table_name DynamodbContributorInsights#table_name}.DynamodbContributorInsights.Buildertimeouts(DynamodbContributorInsightsTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static DynamodbContributorInsights.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
DynamodbContributorInsights.Builder.
-
connection
@Stability(Experimental) public DynamodbContributorInsights.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DynamodbContributorInsights.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DynamodbContributorInsights.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DynamodbContributorInsights.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DynamodbContributorInsights.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DynamodbContributorInsights.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DynamodbContributorInsights.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DynamodbContributorInsights.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DynamodbContributorInsights.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
tableName
@Stability(Stable) public DynamodbContributorInsights.Builder tableName(String tableName)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#table_name DynamodbContributorInsights#table_name}.- Parameters:
tableName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#table_name DynamodbContributorInsights#table_name}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DynamodbContributorInsights.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#id DynamodbContributorInsights#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#id DynamodbContributorInsights#id}. This parameter is required.- Returns:
this
-
indexName
@Stability(Stable) public DynamodbContributorInsights.Builder indexName(String indexName)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#index_name DynamodbContributorInsights#index_name}.- Parameters:
indexName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#index_name DynamodbContributorInsights#index_name}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public DynamodbContributorInsights.Builder timeouts(DynamodbContributorInsightsTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/dynamodb_contributor_insights#timeouts DynamodbContributorInsights#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DynamodbContributorInsights build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DynamodbContributorInsights>- Returns:
- a newly built instance of
DynamodbContributorInsights.
-
-