Interface Sort.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Sort.Builder,
,Sort> SdkBuilder<Sort.Builder,
,Sort> SdkPojo
- Enclosing class:
Sort
@Mutable
@NotThreadSafe
public static interface Sort.Builder
extends SdkPojo, CopyableBuilder<Sort.Builder,Sort>
-
Method Summary
Modifier and TypeMethodDescriptionThe sort field for search criteria.The sort field for search criteria.The sort order for search criteria.The sort order for search criteria.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, sdkFieldNameToField, sdkFields
-
Method Details
-
sortOrder
The sort order for search criteria.
- Parameters:
sortOrder
- The sort order for search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for search criteria.
- Parameters:
sortOrder
- The sort order for search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortField
The sort field for search criteria.
- Parameters:
sortField
- The sort field for search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortField
The sort field for search criteria.
- Parameters:
sortField
- The sort field for search criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-