Class CfnTablePropsMixin.IcebergMetadataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3tables.CfnTablePropsMixin.IcebergMetadataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergMetadataProperty>
- Enclosing interface:
CfnTablePropsMixin.IcebergMetadataProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.IcebergMetadataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.IcebergMetadataProperty>
A builder for
CfnTablePropsMixin.IcebergMetadataProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.icebergPartitionSpec(CfnTablePropsMixin.IcebergPartitionSpecProperty icebergPartitionSpec) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergPartitionSpec()icebergPartitionSpec(IResolvable icebergPartitionSpec) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergPartitionSpec()icebergSchema(CfnTablePropsMixin.IcebergSchemaProperty icebergSchema) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSchema()icebergSchema(IResolvable icebergSchema) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSchema()icebergSortOrder(CfnTablePropsMixin.IcebergSortOrderProperty icebergSortOrder) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSortOrder()icebergSortOrder(IResolvable icebergSortOrder) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSortOrder()tableProperties(Map<String, String> tableProperties) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getTableProperties()tableProperties(IResolvable tableProperties) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getTableProperties()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
icebergPartitionSpec
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder icebergPartitionSpec(IResolvable icebergPartitionSpec) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergPartitionSpec()- Parameters:
icebergPartitionSpec- Partition specification for an Iceberg table.- Returns:
this
-
icebergPartitionSpec
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder icebergPartitionSpec(CfnTablePropsMixin.IcebergPartitionSpecProperty icebergPartitionSpec) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergPartitionSpec()- Parameters:
icebergPartitionSpec- Partition specification for an Iceberg table.- Returns:
this
-
icebergSchema
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder icebergSchema(IResolvable icebergSchema) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSchema()- Parameters:
icebergSchema- The schema for an Iceberg table.- Returns:
this
-
icebergSchema
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder icebergSchema(CfnTablePropsMixin.IcebergSchemaProperty icebergSchema) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSchema()- Parameters:
icebergSchema- The schema for an Iceberg table.- Returns:
this
-
icebergSortOrder
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder icebergSortOrder(IResolvable icebergSortOrder) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSortOrder()- Parameters:
icebergSortOrder- Sort order specification for an Iceberg table.- Returns:
this
-
icebergSortOrder
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder icebergSortOrder(CfnTablePropsMixin.IcebergSortOrderProperty icebergSortOrder) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getIcebergSortOrder()- Parameters:
icebergSortOrder- Sort order specification for an Iceberg table.- Returns:
this
-
tableProperties
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder tableProperties(Map<String, String> tableProperties) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getTableProperties()- Parameters:
tableProperties- Iceberg table properties (e.g., format-version, write.parquet.compression-codec).- Returns:
this
-
tableProperties
@Stability(Stable) public CfnTablePropsMixin.IcebergMetadataProperty.Builder tableProperties(IResolvable tableProperties) Sets the value ofCfnTablePropsMixin.IcebergMetadataProperty.getTableProperties()- Parameters:
tableProperties- Iceberg table properties (e.g., format-version, write.parquet.compression-codec).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.IcebergMetadataProperty>- Returns:
- a new instance of
CfnTablePropsMixin.IcebergMetadataProperty - Throws:
NullPointerException- if any required attribute was not provided
-