Class GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId>
- Enclosing interface:
- GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId
@Stability(Stable) public static final class GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builder extends Object implements software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId>
A builder forGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlueCatalogTableStorageDescriptorSchemaReferenceSchemaIdbuild()Builds the configured instance.GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.BuilderregistryName(String registryName)GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.BuilderschemaArn(String schemaArn)Sets the value ofGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.getSchemaArn()GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.BuilderschemaName(String schemaName)Sets the value ofGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.getSchemaName()
-
-
-
Method Detail
-
registryName
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builder registryName(String registryName)
- Parameters:
registryName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#registry_name GlueCatalogTable#registry_name}.- Returns:
this
-
schemaArn
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builder schemaArn(String schemaArn)
Sets the value ofGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.getSchemaArn()- Parameters:
schemaArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_arn GlueCatalogTable#schema_arn}.- Returns:
this
-
schemaName
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.Builder schemaName(String schemaName)
Sets the value ofGlueCatalogTableStorageDescriptorSchemaReferenceSchemaId.getSchemaName()- Parameters:
schemaName- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_name GlueCatalogTable#schema_name}.- Returns:
this
-
build
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId>- Returns:
- a new instance of
GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId - Throws:
NullPointerException- if any required attribute was not provided
-
-