Uses of Interface
software.amazon.awssdk.services.glue.model.UpdateOpenTableFormatInput.Builder
-
Packages that use UpdateOpenTableFormatInput.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of UpdateOpenTableFormatInput.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpdateOpenTableFormatInput.Builder Modifier and Type Method Description static UpdateOpenTableFormatInput.BuilderUpdateOpenTableFormatInput. builder()UpdateOpenTableFormatInput.BuilderUpdateOpenTableFormatInput. toBuilder()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.UpdateOpenTableFormatInput.BuilderUpdateOpenTableFormatInput.Builder. updateIcebergInput(UpdateIcebergInput updateIcebergInput)Apache Iceberg-specific update parameters that define the table modifications to be applied, including schema changes, partition specifications, and table properties.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type UpdateOpenTableFormatInput.Builder Modifier and Type Method Description static Class<? extends UpdateOpenTableFormatInput.Builder>UpdateOpenTableFormatInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type UpdateOpenTableFormatInput.Builder Modifier and Type Method Description default UpdateTableRequest.BuilderUpdateTableRequest.Builder. updateOpenTableFormatInput(Consumer<UpdateOpenTableFormatInput.Builder> updateOpenTableFormatInput)Sets the value of the UpdateOpenTableFormatInput property for this object.
-