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 bucket property to sort the results by.
|
BucketSortCriteria.Builder |
orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value specified by the attributeName property.
|
BucketSortCriteria.Builder |
orderBy(String orderBy)
The sort order to apply to the results, based on the value specified by the attributeName property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketSortCriteria.Builder attributeName(String attributeName)
The name of the bucket property to sort the results by. This value can be one of the following properties that Amazon Macie defines as bucket metadata: accountId, bucketName, classifiableObjectCount, classifiableSizeInBytes, objectCount, or sizeInBytes.
attributeName - The name of the bucket property to sort the results by. This value can be one of the following
properties that Amazon Macie defines as bucket metadata: accountId, bucketName,
classifiableObjectCount, classifiableSizeInBytes, objectCount, or sizeInBytes.BucketSortCriteria.Builder orderBy(String orderBy)
The sort order to apply to the results, based on the value 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 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 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 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 © 2021. All rights reserved.