Interface UsageStatisticsSortBy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UsageStatisticsSortBy.Builder,
,UsageStatisticsSortBy> SdkBuilder<UsageStatisticsSortBy.Builder,
,UsageStatisticsSortBy> SdkPojo
- Enclosing class:
UsageStatisticsSortBy
public static interface UsageStatisticsSortBy.Builder
extends SdkPojo, CopyableBuilder<UsageStatisticsSortBy.Builder,UsageStatisticsSortBy>
-
Method Summary
Modifier and TypeMethodDescriptionThe field to sort the results by.The field to sort the results by.The sort order to apply to the results, based on the value for the field specified by the key property.The sort order to apply to the results, based on the value for the field specified by the key property.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 field to sort the results by.
- Parameters:
key
- The field to sort the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The field to sort the results by.
- Parameters:
key
- The field to sort the results by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orderBy
The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
- Parameters:
orderBy
- The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
orderBy
The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
- Parameters:
orderBy
- The sort order to apply to the results, based on the value for the field specified by the key property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-