Class CfnTable.IcebergMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.services.s3tables.CfnTable.IcebergMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTable.IcebergMetadataProperty>
- Enclosing interface:
CfnTable.IcebergMetadataProperty
@Stability(Stable)
public static final class CfnTable.IcebergMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTable.IcebergMetadataProperty>
A builder for
CfnTable.IcebergMetadataProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.icebergSchema
(IResolvable icebergSchema) Sets the value ofCfnTable.IcebergMetadataProperty.getIcebergSchema()
icebergSchema
(CfnTable.IcebergSchemaProperty icebergSchema) Sets the value ofCfnTable.IcebergMetadataProperty.getIcebergSchema()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icebergSchema
@Stability(Stable) public CfnTable.IcebergMetadataProperty.Builder icebergSchema(IResolvable icebergSchema) Sets the value ofCfnTable.IcebergMetadataProperty.getIcebergSchema()
- Parameters:
icebergSchema
- Contains details about the schema for an Iceberg table. This parameter is required.- Returns:
this
-
icebergSchema
@Stability(Stable) public CfnTable.IcebergMetadataProperty.Builder icebergSchema(CfnTable.IcebergSchemaProperty icebergSchema) Sets the value ofCfnTable.IcebergMetadataProperty.getIcebergSchema()
- Parameters:
icebergSchema
- Contains details about the schema for an Iceberg table. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTable.IcebergMetadataProperty>
- Returns:
- a new instance of
CfnTable.IcebergMetadataProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-