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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateOpenTableFormatInput.BuilderupdateIcebergInput(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.BuilderupdateIcebergInput(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 Detail
-
updateIcebergInput
UpdateOpenTableFormatInput.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.
- 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.Builderavoiding the need to create one manually viaUpdateIcebergInput.builder().When the
Consumercompletes,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:
updateIcebergInput(UpdateIcebergInput)
-
-