public static interface BucketSortCriteria.Builder extends SdkPojo, CopyableBuilder<BucketSortCriteria.Builder,BucketSortCriteria>
| Modifier and Type | Method and Description |
|---|---|
BucketSortCriteria.Builder |
attributeName(String attributeName)
The name of the attribute to sort the results by.
|
BucketSortCriteria.Builder |
orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
BucketSortCriteria.Builder |
orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketSortCriteria.Builder attributeName(String attributeName)
The name of the attribute to sort the results by. This value can be the name of any property that Amazon Macie defines as bucket metadata, such as bucketName or accountId.
attributeName - The name of the attribute to sort the results by. This value can be the name of any property that
Amazon Macie defines as bucket metadata, such as bucketName or accountId.BucketSortCriteria.Builder orderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName 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 property specified by the
attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort
the results in descending order.OrderBy,
OrderByBucketSortCriteria.Builder orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName 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 property specified by the
attributeName 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.