Interface SearchSortResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchSortResult.Builder,
,SearchSortResult> SdkBuilder<SearchSortResult.Builder,
,SearchSortResult> SdkPojo
- Enclosing class:
SearchSortResult
public static interface SearchSortResult.Builder
extends SdkPojo, CopyableBuilder<SearchSortResult.Builder,SearchSortResult>
-
Method Summary
Modifier and TypeMethodDescriptionSort search results based on this field name.field
(OrderByFieldType field) Sort search results based on this field name.Sort direction.Sort direction.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 Details
-
field
Sort search results based on this field name.
- Parameters:
field
- Sort search results based on this field name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
field
Sort search results based on this field name.
- Parameters:
field
- Sort search results based on this field name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
Sort direction.
- Parameters:
order
- Sort direction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
Sort direction.
- Parameters:
order
- Sort direction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-