public static interface DescribeBucketsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<DescribeBucketsRequest.Builder,DescribeBucketsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeBucketsRequest.Builder criteria(Map<String,BucketCriteriaAdditionalProperties> criteria)
The criteria to use to filter the query results.
criteria - The criteria to use to filter the query results.DescribeBucketsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in each page of the response. The default value is 50.
maxResults - The maximum number of items to include in each page of the response. The default value is 50.DescribeBucketsRequest.Builder nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
nextToken - The nextToken string that specifies which page of results to return in a paginated response.DescribeBucketsRequest.Builder sortCriteria(BucketSortCriteria sortCriteria)
The criteria to use to sort the query results.
sortCriteria - The criteria to use to sort the query results.default DescribeBucketsRequest.Builder sortCriteria(Consumer<BucketSortCriteria.Builder> sortCriteria)
The criteria to use to sort the query results.
This is a convenience that creates an instance of theBucketSortCriteria.Builder avoiding the need to
create one manually via BucketSortCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortCriteria(BucketSortCriteria).sortCriteria - a consumer that will call methods on BucketSortCriteria.BuildersortCriteria(BucketSortCriteria)DescribeBucketsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeBucketsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.