Interface UpdateIcebergTableInput.Builder

  • Method Details

    • updates

      The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.

      Parameters:
      updates - The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updates

      The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.

      Parameters:
      updates - The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updates

      The list of table update operations that specify the changes to be made to the Iceberg table, including schema modifications, partition specifications, and table properties.

      This is a convenience method that creates an instance of the IcebergTableUpdate.Builder avoiding the need to create one manually via IcebergTableUpdate.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to updates(List<IcebergTableUpdate>).

      Parameters:
      updates - a consumer that will call methods on IcebergTableUpdate.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: