Interface UsageStatisticsSortBy.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UsageStatisticsSortBy.Builder,,- UsageStatisticsSortBy> - SdkBuilder<UsageStatisticsSortBy.Builder,,- UsageStatisticsSortBy> - SdkPojo
- Enclosing class:
- UsageStatisticsSortBy
@Mutable
@NotThreadSafe
public static interface UsageStatisticsSortBy.Builder
extends SdkPojo, CopyableBuilder<UsageStatisticsSortBy.Builder,UsageStatisticsSortBy> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
keyThe 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:
 
- 
keyThe 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:
 
- 
orderByThe 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:
 
- 
orderByThe 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:
 
 
-