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 Summary
Modifier and TypeMethodDescriptionThe name(s) of the clustering column(s).Sets the ascendant (ASC) or descendant (DESC) order modifier.Sets the ascendant (ASC) or descendant (DESC) order modifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
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
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:
 
 
 -