Interface SortCriterion.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SortCriterion.Builder,
,SortCriterion> SdkBuilder<SortCriterion.Builder,
,SortCriterion> SdkPojo
- Enclosing class:
SortCriterion
public static interface SortCriterion.Builder
extends SdkPojo, CopyableBuilder<SortCriterion.Builder,SortCriterion>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the field on which to sort.An ascending or descending sort.An ascending or descending sort.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
-
fieldName
The name of the field on which to sort.
- Parameters:
fieldName
- The name of the field on which to sort.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
An ascending or descending sort.
- Parameters:
sort
- An ascending or descending sort.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sort
An ascending or descending sort.
- Parameters:
sort
- An ascending or descending sort.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-