Interface ClusteringKey.Builder

  • Method Details

    • name

      The name(s) of the clustering column(s).

      Parameters:
      name - The name(s) of the clustering column(s).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderBy

      ClusteringKey.Builder orderBy(String orderBy)

      Sets the ascendant (ASC) or descendant (DESC) order modifier.

      Parameters:
      orderBy - Sets the ascendant (ASC) or descendant (DESC) order modifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • orderBy

      ClusteringKey.Builder orderBy(SortOrder orderBy)

      Sets the ascendant (ASC) or descendant (DESC) order modifier.

      Parameters:
      orderBy - Sets the ascendant (ASC) or descendant (DESC) order modifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: