public static interface ClusteringKey.Builder extends SdkPojo, CopyableBuilder<ClusteringKey.Builder,ClusteringKey>
| Modifier and Type | Method and Description |
|---|---|
ClusteringKey.Builder |
name(String name)
The name(s) of the clustering column(s).
|
ClusteringKey.Builder |
orderBy(SortOrder orderBy)
Sets the ascendant (
ASC) or descendant (DESC) order modifier. |
ClusteringKey.Builder |
orderBy(String orderBy)
Sets the ascendant (
ASC) or descendant (DESC) order modifier. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusteringKey.Builder name(String name)
The name(s) of the clustering column(s).
name - The name(s) of the clustering column(s).ClusteringKey.Builder orderBy(String orderBy)
Sets the ascendant (ASC) or descendant (DESC) order modifier.
ClusteringKey.Builder orderBy(SortOrder orderBy)
Sets the ascendant (ASC) or descendant (DESC) order modifier.
Copyright © 2023. All rights reserved.