Interface UpdateIcebergInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateIcebergInput.Builder,
,UpdateIcebergInput> SdkBuilder<UpdateIcebergInput.Builder,
,UpdateIcebergInput> SdkPojo
- Enclosing class:
UpdateIcebergInput
@Mutable
@NotThreadSafe
public static interface UpdateIcebergInput.Builder
extends SdkPojo, CopyableBuilder<UpdateIcebergInput.Builder,UpdateIcebergInput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateIcebergInput.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.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 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
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateIcebergTableInput
default UpdateIcebergInput.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.
This is a convenience method that creates an instance of theUpdateIcebergTableInput.Builder
avoiding the need to create one manually viaUpdateIcebergTableInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdateIcebergTableInput(UpdateIcebergTableInput)
.- Parameters:
updateIcebergTableInput
- a consumer that will call methods onUpdateIcebergTableInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-