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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsageStatisticsSortBy.Builderkey(String key)The field to sort the results by.UsageStatisticsSortBy.Builderkey(UsageStatisticsSortKey key)The field to sort the results by.UsageStatisticsSortBy.BuilderorderBy(String orderBy)The sort order to apply to the results, based on the value for the field specified by the key property.UsageStatisticsSortBy.BuilderorderBy(OrderBy orderBy)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
key
UsageStatisticsSortBy.Builder key(String 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:
UsageStatisticsSortKey,UsageStatisticsSortKey
-
key
UsageStatisticsSortBy.Builder key(UsageStatisticsSortKey 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:
UsageStatisticsSortKey,UsageStatisticsSortKey
-
orderBy
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. 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,OrderBy
-
orderBy
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. 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,OrderBy
-
-