public static interface DescribeAggregationAuthorizationsResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeAggregationAuthorizationsResponse.Builder,DescribeAggregationAuthorizationsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAggregationAuthorizationsResponse.Builder |
aggregationAuthorizations(AggregationAuthorization... aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
|
DescribeAggregationAuthorizationsResponse.Builder |
aggregationAuthorizations(Collection<AggregationAuthorization> aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
|
DescribeAggregationAuthorizationsResponse.Builder |
aggregationAuthorizations(Consumer<AggregationAuthorization.Builder>... aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
|
DescribeAggregationAuthorizationsResponse.Builder |
nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeAggregationAuthorizationsResponse.Builder aggregationAuthorizations(Collection<AggregationAuthorization> aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
aggregationAuthorizations
- Returns a list of authorizations granted to various aggregator accounts and regions.DescribeAggregationAuthorizationsResponse.Builder aggregationAuthorizations(AggregationAuthorization... aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
aggregationAuthorizations
- Returns a list of authorizations granted to various aggregator accounts and regions.DescribeAggregationAuthorizationsResponse.Builder aggregationAuthorizations(Consumer<AggregationAuthorization.Builder>... aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #aggregationAuthorizations(List)
.aggregationAuthorizations
- a consumer that will call methods on List.Builder
#aggregationAuthorizations(List)
DescribeAggregationAuthorizationsResponse.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
nextToken
- The nextToken string returned on a previous page that you use to get the next page of results in a
paginated response.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.