Interface ClusteringKey.Builder

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

public static interface ClusteringKey.Builder extends SdkPojo, CopyableBuilder<ClusteringKey.Builder,ClusteringKey>
  • 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: