Interface OrderBy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OrderBy.Builder,
,OrderBy> SdkBuilder<OrderBy.Builder,
,OrderBy> SdkPojo
- Enclosing class:
OrderBy
@Mutable
@NotThreadSafe
public static interface OrderBy.Builder
extends SdkPojo, CopyableBuilder<OrderBy.Builder,OrderBy>
-
Method Summary
Modifier and TypeMethodDescriptionSorts by dimension values.The order that's used to sort the data.The order that's used to sort the data.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
-
dimension
Sorts by dimension values.
- Parameters:
dimension
- Sorts by dimension values.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
The order that's used to sort the data.
- Parameters:
order
- The order that's used to sort the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order that's used to sort the data.
- Parameters:
order
- The order that's used to sort the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-