Uses of Interface
software.amazon.awssdk.services.glue.model.UpdateIcebergTableInput.Builder
-
Packages that use UpdateIcebergTableInput.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of UpdateIcebergTableInput.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpdateIcebergTableInput.Builder Modifier and Type Method Description static UpdateIcebergTableInput.BuilderUpdateIcebergTableInput. builder()UpdateIcebergTableInput.BuilderUpdateIcebergTableInput. toBuilder()UpdateIcebergTableInput.BuilderUpdateIcebergTableInput.Builder. updates(Collection<IcebergTableUpdate> updates)The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.UpdateIcebergTableInput.BuilderUpdateIcebergTableInput.Builder. updates(Consumer<IcebergTableUpdate.Builder>... updates)The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.UpdateIcebergTableInput.BuilderUpdateIcebergTableInput.Builder. updates(IcebergTableUpdate... updates)The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type UpdateIcebergTableInput.Builder Modifier and Type Method Description static Class<? extends UpdateIcebergTableInput.Builder>UpdateIcebergTableInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type UpdateIcebergTableInput.Builder Modifier and Type Method Description 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.
-