Interface UpdateOpenTableFormatInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateOpenTableFormatInput.Builder,
,UpdateOpenTableFormatInput> SdkBuilder<UpdateOpenTableFormatInput.Builder,
,UpdateOpenTableFormatInput> SdkPojo
- Enclosing class:
UpdateOpenTableFormatInput
@Mutable
@NotThreadSafe
public static interface UpdateOpenTableFormatInput.Builder
extends SdkPojo, CopyableBuilder<UpdateOpenTableFormatInput.Builder,UpdateOpenTableFormatInput>
-
Method Summary
Modifier and TypeMethodDescriptionupdateIcebergInput
(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.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 inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
updateIcebergInput
Apache Iceberg-specific update parameters that define the table modifications to be applied, including schema changes, partition specifications, and table properties.
- Parameters:
updateIcebergInput
- Apache Iceberg-specific update parameters that define the table modifications to be applied, including schema changes, partition specifications, and table properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateIcebergInput
default UpdateOpenTableFormatInput.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.
This is a convenience method that creates an instance of theUpdateIcebergInput.Builder
avoiding the need to create one manually viaUpdateIcebergInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdateIcebergInput(UpdateIcebergInput)
.- Parameters:
updateIcebergInput
- a consumer that will call methods onUpdateIcebergInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-