Interface ClusteringKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusteringKey.Builder,
,ClusteringKey> SdkBuilder<ClusteringKey.Builder,
,ClusteringKey> SdkPojo
- Enclosing class:
ClusteringKey
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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:
-