Uses of Interface
software.amazon.awssdk.services.glue.model.IcebergPartitionField.Builder
-
Packages that use IcebergPartitionField.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IcebergPartitionField.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return IcebergPartitionField.Builder Modifier and Type Method Description static IcebergPartitionField.BuilderIcebergPartitionField. builder()IcebergPartitionField.BuilderIcebergPartitionField.Builder. fieldId(Integer fieldId)The unique identifier assigned to this partition field within the Iceberg table's partition specification.IcebergPartitionField.BuilderIcebergPartitionField.Builder. name(String name)The name of the partition field as it will appear in the partitioned table structure.IcebergPartitionField.BuilderIcebergPartitionField.Builder. sourceId(Integer sourceId)The identifier of the source field from the table schema that this partition field is based on.IcebergPartitionField.BuilderIcebergPartitionField. toBuilder()IcebergPartitionField.BuilderIcebergPartitionField.Builder. transform(String transform)The transformation function applied to the source field to create the partition, such as identity, bucket, truncate, year, month, day, or hour.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IcebergPartitionField.Builder Modifier and Type Method Description static Class<? extends IcebergPartitionField.Builder>IcebergPartitionField. serializableBuilderClass()
-