static CreateIcebergTableInput.Builder |
CreateIcebergTableInput.builder() |
|
CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.location(String location) |
The S3 location where the Iceberg table data will be stored.
|
default CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.partitionSpec(Consumer<IcebergPartitionSpec.Builder> partitionSpec) |
The partitioning specification that defines how the Iceberg table data will be organized and partitioned for
optimal query performance.
|
CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.partitionSpec(IcebergPartitionSpec partitionSpec) |
The partitioning specification that defines how the Iceberg table data will be organized and partitioned for
optimal query performance.
|
CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.properties(Map<String,String> properties) |
Key-value pairs of additional table properties and configuration settings for the Iceberg table.
|
default CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.schema(Consumer<IcebergSchema.Builder> schema) |
The schema definition that specifies the structure, field types, and metadata for the Iceberg table.
|
CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.schema(IcebergSchema schema) |
The schema definition that specifies the structure, field types, and metadata for the Iceberg table.
|
CreateIcebergTableInput.Builder |
CreateIcebergTableInput.toBuilder() |
|
default CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.writeOrder(Consumer<IcebergSortOrder.Builder> writeOrder) |
The sort order specification that defines how data should be ordered within each partition to optimize query
performance.
|
CreateIcebergTableInput.Builder |
CreateIcebergTableInput.Builder.writeOrder(IcebergSortOrder writeOrder) |
The sort order specification that defines how data should be ordered within each partition to optimize query
performance.
|