public static interface UsageStatisticsSortBy.Builder extends SdkPojo, CopyableBuilder<UsageStatisticsSortBy.Builder,UsageStatisticsSortBy>
| Modifier and Type | Method and Description |
|---|---|
UsageStatisticsSortBy.Builder |
key(String key)
The field to sort the results by.
|
UsageStatisticsSortBy.Builder |
key(UsageStatisticsSortKey key)
The field to sort the results by.
|
UsageStatisticsSortBy.Builder |
orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the field specified by the key property.
|
UsageStatisticsSortBy.Builder |
orderBy(String orderBy)
The sort order to apply to the results, based on the value for the field specified by the key property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUsageStatisticsSortBy.Builder key(String key)
The field to sort the results by.
key - The field to sort the results by.UsageStatisticsSortKey,
UsageStatisticsSortKeyUsageStatisticsSortBy.Builder key(UsageStatisticsSortKey key)
The field to sort the results by.
key - The field to sort the results by.UsageStatisticsSortKey,
UsageStatisticsSortKeyUsageStatisticsSortBy.Builder orderBy(String 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.
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.OrderBy,
OrderByUsageStatisticsSortBy.Builder orderBy(OrderBy 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.
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.OrderBy,
OrderByCopyright © 2020. All rights reserved.