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 method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) PutAggregationAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutAggregationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.