Interface SearchSort.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchSort.Builder,SearchSort>,SdkBuilder<SearchSort.Builder,SearchSort>,SdkPojo
- Enclosing class:
- SearchSort
public static interface SearchSort.Builder extends SdkPojo, CopyableBuilder<SearchSort.Builder,SearchSort>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchSort.Builderattribute(String attribute)The attribute detail of the way to sort search results.SearchSort.Builderorder(String order)The order detail of the wya to sort search results.SearchSort.Builderorder(SortOrder order)The order detail of the wya to sort search results.-
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, sdkFields
-
-
-
-
Method Detail
-
attribute
SearchSort.Builder attribute(String attribute)
The attribute detail of the way to sort search results.
- Parameters:
attribute- The attribute detail of the way to sort search results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
SearchSort.Builder order(String order)
The order detail of the wya to sort search results.
-
order
SearchSort.Builder order(SortOrder order)
The order detail of the wya to sort search results.
-
-