public static interface DeleteAggregationAuthorizationRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DeleteAggregationAuthorizationRequest.Builder,DeleteAggregationAuthorizationRequest>
Modifier and Type | Method and Description |
---|---|
DeleteAggregationAuthorizationRequest.Builder |
authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
DeleteAggregationAuthorizationRequest.Builder |
authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
DeleteAggregationAuthorizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteAggregationAuthorizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteAggregationAuthorizationRequest.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.DeleteAggregationAuthorizationRequest.Builder authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
authorizedAwsRegion
- The region authorized to collect aggregated data.DeleteAggregationAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteAggregationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.