Interface SearchSort.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SearchSort.Builder,,SearchSort> SdkBuilder<SearchSort.Builder,,SearchSort> SdkPojo
- Enclosing class:
SearchSort
@Mutable
@NotThreadSafe
public static interface SearchSort.Builder
extends SdkPojo, CopyableBuilder<SearchSort.Builder,SearchSort>
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute to sort by.The sort order.order(SearchSortOrder order) The sort order.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
-
attribute
The attribute to sort by.
- Parameters:
attribute- The attribute to sort by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
The sort order. Valid values are
ASCENDINGandDESCENDING.- Parameters:
order- The sort order. Valid values areASCENDINGandDESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The sort order. Valid values are
ASCENDINGandDESCENDING.- Parameters:
order- The sort order. Valid values areASCENDINGandDESCENDING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-