Uses of Interface
software.amazon.awssdk.services.glue.model.UpdateIcebergInput.Builder
-
Packages that use UpdateIcebergInput.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of UpdateIcebergInput.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpdateIcebergInput.Builder Modifier and Type Method Description static UpdateIcebergInput.BuilderUpdateIcebergInput. builder()UpdateIcebergInput.BuilderUpdateIcebergInput. toBuilder()default UpdateIcebergInput.BuilderUpdateIcebergInput.Builder. updateIcebergTableInput(Consumer<UpdateIcebergTableInput.Builder> updateIcebergTableInput)The specific update operations to be applied to the Iceberg table, containing a list of updates that define the new state of the table including schema, partitions, and properties.UpdateIcebergInput.BuilderUpdateIcebergInput.Builder. updateIcebergTableInput(UpdateIcebergTableInput updateIcebergTableInput)The specific update operations to be applied to the Iceberg table, containing a list of updates that define the new state of the table including schema, partitions, and properties.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type UpdateIcebergInput.Builder Modifier and Type Method Description static Class<? extends UpdateIcebergInput.Builder>UpdateIcebergInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type UpdateIcebergInput.Builder Modifier and Type Method Description default UpdateOpenTableFormatInput.BuilderUpdateOpenTableFormatInput.Builder. updateIcebergInput(Consumer<UpdateIcebergInput.Builder> updateIcebergInput)Apache Iceberg-specific update parameters that define the table modifications to be applied, including schema changes, partition specifications, and table properties.
-