Interface SearchSortResult.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SearchSortResult.Builder,,SearchSortResult> SdkBuilder<SearchSortResult.Builder,,SearchSortResult> SdkPojo
- Enclosing class:
 SearchSortResult
@Mutable
@NotThreadSafe
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
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
- 
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:
 
 
 -