Interface DescribeAggregationAuthorizationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConfigResponse.Builder,CopyableBuilder<DescribeAggregationAuthorizationsResponse.Builder,DescribeAggregationAuthorizationsResponse>,SdkBuilder<DescribeAggregationAuthorizationsResponse.Builder,DescribeAggregationAuthorizationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAggregationAuthorizationsResponse
public static interface DescribeAggregationAuthorizationsResponse.Builder extends ConfigResponse.Builder, SdkPojo, CopyableBuilder<DescribeAggregationAuthorizationsResponse.Builder,DescribeAggregationAuthorizationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAggregationAuthorizationsResponse.BuilderaggregationAuthorizations(Collection<AggregationAuthorization> aggregationAuthorizations)Returns a list of authorizations granted to various aggregator accounts and regions.DescribeAggregationAuthorizationsResponse.BuilderaggregationAuthorizations(Consumer<AggregationAuthorization.Builder>... aggregationAuthorizations)Returns a list of authorizations granted to various aggregator accounts and regions.DescribeAggregationAuthorizationsResponse.BuilderaggregationAuthorizations(AggregationAuthorization... aggregationAuthorizations)Returns a list of authorizations granted to various aggregator accounts and regions.DescribeAggregationAuthorizationsResponse.BuildernextToken(String nextToken)ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
aggregationAuthorizations
DescribeAggregationAuthorizationsResponse.Builder aggregationAuthorizations(Collection<AggregationAuthorization> aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
- Parameters:
aggregationAuthorizations- Returns a list of authorizations granted to various aggregator accounts and regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationAuthorizations
DescribeAggregationAuthorizationsResponse.Builder aggregationAuthorizations(AggregationAuthorization... aggregationAuthorizations)
Returns a list of authorizations granted to various aggregator accounts and regions.
- Parameters:
aggregationAuthorizations- Returns a list of authorizations granted to various aggregator accounts and regions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationAuthorizations
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.Builderavoiding the need to create one manually viaAggregationAuthorization.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#aggregationAuthorizations(List.) - Parameters:
aggregationAuthorizations- a consumer that will call methods onAggregationAuthorization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#aggregationAuthorizations(java.util.Collection)
-
nextToken
DescribeAggregationAuthorizationsResponse.Builder nextToken(String nextToken)
The
nextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Parameters:
nextToken- ThenextTokenstring returned on a previous page that you use to get the next page of results in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-