Class GluePartitionIndexPartitionIndex.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.glue_partition_index.GluePartitionIndexPartitionIndex.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GluePartitionIndexPartitionIndex>
- Enclosing interface:
- GluePartitionIndexPartitionIndex
@Stability(Stable) public static final class GluePartitionIndexPartitionIndex.Builder extends Object implements software.amazon.jsii.Builder<GluePartitionIndexPartitionIndex>
A builder forGluePartitionIndexPartitionIndex
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GluePartitionIndexPartitionIndexbuild()Builds the configured instance.GluePartitionIndexPartitionIndex.BuilderindexName(String indexName)Sets the value ofGluePartitionIndexPartitionIndex.getIndexName()GluePartitionIndexPartitionIndex.Builderkeys(List<String> keys)Sets the value ofGluePartitionIndexPartitionIndex.getKeys()
-
-
-
Method Detail
-
indexName
@Stability(Stable) public GluePartitionIndexPartitionIndex.Builder indexName(String indexName)
Sets the value ofGluePartitionIndexPartitionIndex.getIndexName()- Parameters:
indexName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_partition_index#index_name GluePartitionIndex#index_name}.- Returns:
this
-
keys
@Stability(Stable) public GluePartitionIndexPartitionIndex.Builder keys(List<String> keys)
Sets the value ofGluePartitionIndexPartitionIndex.getKeys()- Parameters:
keys- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_partition_index#keys GluePartitionIndex#keys}.- Returns:
this
-
build
@Stability(Stable) public GluePartitionIndexPartitionIndex build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GluePartitionIndexPartitionIndex>- Returns:
- a new instance of
GluePartitionIndexPartitionIndex - Throws:
NullPointerException- if any required attribute was not provided
-
-