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