Interface Sort.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Sort.Builder,
,Sort> SdkBuilder<Sort.Builder,
,Sort> SdkPojo
- Enclosing class:
Sort
-
Method Summary
Modifier and TypeMethodDescriptionThe sort key of a sort object.The sort value of a sort object.The sort value of a sort object.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
-
key
The sort key of a sort object.
- Parameters:
key
- The sort key of a sort object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The sort value of a sort object.
- Parameters:
value
- The sort value of a sort object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The sort value of a sort object.
- Parameters:
value
- The sort value of a sort object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-