Interface PutAggregationAuthorizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<PutAggregationAuthorizationRequest.Builder,PutAggregationAuthorizationRequest>,SdkBuilder<PutAggregationAuthorizationRequest.Builder,PutAggregationAuthorizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutAggregationAuthorizationRequest
public static interface PutAggregationAuthorizationRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutAggregationAuthorizationRequest.Builder,PutAggregationAuthorizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutAggregationAuthorizationRequest.BuilderauthorizedAccountId(String authorizedAccountId)The 12-digit account ID of the account authorized to aggregate data.PutAggregationAuthorizationRequest.BuilderauthorizedAwsRegion(String authorizedAwsRegion)The region authorized to collect aggregated data.PutAggregationAuthorizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAggregationAuthorizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAggregationAuthorizationRequest.Buildertags(Collection<Tag> tags)An array of tag object.PutAggregationAuthorizationRequest.Buildertags(Consumer<Tag.Builder>... tags)An array of tag object.PutAggregationAuthorizationRequest.Buildertags(Tag... tags)An array of tag object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
authorizedAccountId
PutAggregationAuthorizationRequest.Builder authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
- Parameters:
authorizedAccountId- The 12-digit account ID of the account authorized to aggregate data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizedAwsRegion
PutAggregationAuthorizationRequest.Builder authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
- Parameters:
authorizedAwsRegion- The region authorized to collect aggregated data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutAggregationAuthorizationRequest.Builder tags(Collection<Tag> tags)
An array of tag object.
- Parameters:
tags- An array of tag object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutAggregationAuthorizationRequest.Builder tags(Tag... tags)
An array of tag object.
- Parameters:
tags- An array of tag object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PutAggregationAuthorizationRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of tag object.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
PutAggregationAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAggregationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-