Uses of Interface
software.amazon.awssdk.services.glue.model.IcebergPartitionSpec.Builder
-
Packages that use IcebergPartitionSpec.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergPartitionSpec.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergPartitionSpec.Builder Modifier and Type Method Description static IcebergPartitionSpec.BuilderIcebergPartitionSpec. builder()IcebergPartitionSpec.BuilderIcebergPartitionSpec.Builder. fields(Collection<IcebergPartitionField> fields)The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.IcebergPartitionSpec.BuilderIcebergPartitionSpec.Builder. fields(Consumer<IcebergPartitionField.Builder>... fields)The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.IcebergPartitionSpec.BuilderIcebergPartitionSpec.Builder. fields(IcebergPartitionField... fields)The list of partition fields that define how the table data should be partitioned, including source fields and their transformations.IcebergPartitionSpec.BuilderIcebergPartitionSpec.Builder. specId(Integer specId)The unique identifier for this partition specification within the Iceberg table's metadata history.IcebergPartitionSpec.BuilderIcebergPartitionSpec. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergPartitionSpec.Builder Modifier and Type Method Description static Class<? extends IcebergPartitionSpec.Builder>IcebergPartitionSpec. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IcebergPartitionSpec.Builder Modifier and Type Method Description default CreateIcebergTableInput.BuilderCreateIcebergTableInput.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.default IcebergTableUpdate.BuilderIcebergTableUpdate.Builder. partitionSpec(Consumer<IcebergPartitionSpec.Builder> partitionSpec)The updated partitioning specification that defines how the table data should be reorganized and partitioned.
-