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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAggregationAuthorizationsResponse.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 method that creates an instance of theAggregationAuthorization.Builder avoiding the need to
create one manually via
AggregationAuthorization.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #aggregationAuthorizations(List.
aggregationAuthorizations - a consumer that will call methods on
AggregationAuthorization.Builder#aggregationAuthorizations(java.util.Collection) 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 © 2023. All rights reserved.