Interface SortDefinition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SortDefinition.Builder,SortDefinition>, SdkBuilder<SortDefinition.Builder,SortDefinition>, SdkPojo
Enclosing class:
SortDefinition

public static interface SortDefinition.Builder extends SdkPojo, CopyableBuilder<SortDefinition.Builder,SortDefinition>
  • Method Details

    • key

      The key that's used to sort the data.

      Parameters:
      key - The key that's used to sort the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortOrder

      SortDefinition.Builder sortOrder(String sortOrder)

      The order that's used to sort the data.

      Parameters:
      sortOrder - The order that's used to sort the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      SortDefinition.Builder sortOrder(SortOrder sortOrder)

      The order that's used to sort the data.

      Parameters:
      sortOrder - The order that's used to sort the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: