Class GlueCatalogTableStorageDescriptorSchemaReference.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.glue_catalog_table.GlueCatalogTableStorageDescriptorSchemaReference.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSchemaReference>
- Enclosing interface:
- GlueCatalogTableStorageDescriptorSchemaReference
@Stability(Stable) public static final class GlueCatalogTableStorageDescriptorSchemaReference.Builder extends Object implements software.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSchemaReference>
A builder forGlueCatalogTableStorageDescriptorSchemaReference
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlueCatalogTableStorageDescriptorSchemaReferencebuild()Builds the configured instance.GlueCatalogTableStorageDescriptorSchemaReference.BuilderschemaId(GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId schemaId)Sets the value ofGlueCatalogTableStorageDescriptorSchemaReference.getSchemaId()GlueCatalogTableStorageDescriptorSchemaReference.BuilderschemaVersionId(String schemaVersionId)Sets the value ofGlueCatalogTableStorageDescriptorSchemaReference.getSchemaVersionId()GlueCatalogTableStorageDescriptorSchemaReference.BuilderschemaVersionNumber(Number schemaVersionNumber)
-
-
-
Method Detail
-
schemaVersionNumber
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReference.Builder schemaVersionNumber(Number schemaVersionNumber)
- Parameters:
schemaVersionNumber- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_version_number GlueCatalogTable#schema_version_number}. This parameter is required.- Returns:
this
-
schemaId
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReference.Builder schemaId(GlueCatalogTableStorageDescriptorSchemaReferenceSchemaId schemaId)
Sets the value ofGlueCatalogTableStorageDescriptorSchemaReference.getSchemaId()- Parameters:
schemaId- schema_id block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_id GlueCatalogTable#schema_id}- Returns:
this
-
schemaVersionId
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReference.Builder schemaVersionId(String schemaVersionId)
Sets the value ofGlueCatalogTableStorageDescriptorSchemaReference.getSchemaVersionId()- Parameters:
schemaVersionId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/glue_catalog_table#schema_version_id GlueCatalogTable#schema_version_id}.- Returns:
this
-
build
@Stability(Stable) public GlueCatalogTableStorageDescriptorSchemaReference build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GlueCatalogTableStorageDescriptorSchemaReference>- Returns:
- a new instance of
GlueCatalogTableStorageDescriptorSchemaReference - Throws:
NullPointerException- if any required attribute was not provided
-
-