Interface ClusteringKey.Builder

    • Method Detail

      • name

        ClusteringKey.Builder name​(String 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:
        SortOrder, SortOrder
      • 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:
        SortOrder, SortOrder