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