| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
BucketSortCriteria.Builder |
BucketSortCriteria.Builder.attributeName(String attributeName)
The name of the bucket property to sort the results by.
|
static BucketSortCriteria.Builder |
BucketSortCriteria.builder() |
BucketSortCriteria.Builder |
BucketSortCriteria.Builder.orderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value specified by the attributeName property.
|
BucketSortCriteria.Builder |
BucketSortCriteria.Builder.orderBy(String orderBy)
The sort order to apply to the results, based on the value specified by the attributeName property.
|
BucketSortCriteria.Builder |
BucketSortCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BucketSortCriteria.Builder> |
BucketSortCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBucketsRequest.Builder |
DescribeBucketsRequest.Builder.sortCriteria(Consumer<BucketSortCriteria.Builder> sortCriteria)
The criteria to use to sort the query results.
|
Copyright © 2022. All rights reserved.