Interface IcebergSortOrder.Builder

  • Method Details

    • orderId

      The unique identifier for this sort order specification within the Iceberg table's metadata.

      Parameters:
      orderId - The unique identifier for this sort order specification within the Iceberg table's metadata.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fields

      The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.

      Parameters:
      fields - The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fields

      The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.

      Parameters:
      fields - The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fields

      The list of fields and their sort directions that define the ordering criteria for the Iceberg table data.

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

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

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