Interface UpdateIcebergTableInput.Builder

    • Method Detail

      • updates

        UpdateIcebergTableInput.Builder updates​(Collection<IcebergTableUpdate> 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

        UpdateIcebergTableInput.Builder updates​(IcebergTableUpdate... 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.