public static interface PutAggregationAuthorizationRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutAggregationAuthorizationRequest.Builder,PutAggregationAuthorizationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutAggregationAuthorizationRequest.Builder |
authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
PutAggregationAuthorizationRequest.Builder |
authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
PutAggregationAuthorizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAggregationAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAggregationAuthorizationRequest.Builder |
tags(Collection<Tag> tags)
An array of tag object.
|
PutAggregationAuthorizationRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of tag object.
|
PutAggregationAuthorizationRequest.Builder |
tags(Tag... tags)
An array of tag object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAggregationAuthorizationRequest.Builder authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data.PutAggregationAuthorizationRequest.Builder authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
authorizedAwsRegion - The region authorized to collect aggregated data.PutAggregationAuthorizationRequest.Builder tags(Collection<Tag> tags)
An array of tag object.
tags - An array of tag object.PutAggregationAuthorizationRequest.Builder tags(Tag... tags)
An array of tag object.
tags - An array of tag object.PutAggregationAuthorizationRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tag object.
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) PutAggregationAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutAggregationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.