Interface NamedEntitySort.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NamedEntitySort.Builder,,NamedEntitySort> SdkBuilder<NamedEntitySort.Builder,,NamedEntitySort> SdkPojo
- Enclosing class:
NamedEntitySort
@Mutable
@NotThreadSafe
public static interface NamedEntitySort.Builder
extends SdkPojo, CopyableBuilder<NamedEntitySort.Builder,NamedEntitySort>
-
Method Summary
Modifier and TypeMethodDescriptionThe direction of the sort.direction(TopicSortDirection direction) The direction of the sort.The name of the field that is used for the sort.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, sdkFieldNameToField, sdkFields
-
Method Details
-
fieldName
The name of the field that is used for the sort.
- Parameters:
fieldName- The name of the field that is used for the sort.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
direction
The direction of the sort. Valid values are
ASCENDINGandDESCENDING.- Parameters:
direction- The direction of the sort. Valid values areASCENDINGandDESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
direction
The direction of the sort. Valid values are
ASCENDINGandDESCENDING.- Parameters:
direction- The direction of the sort. Valid values areASCENDINGandDESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-