Interface DeleteAggregationAuthorizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<DeleteAggregationAuthorizationRequest.Builder,DeleteAggregationAuthorizationRequest>,SdkBuilder<DeleteAggregationAuthorizationRequest.Builder,DeleteAggregationAuthorizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAggregationAuthorizationRequest
public static interface DeleteAggregationAuthorizationRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DeleteAggregationAuthorizationRequest.Builder,DeleteAggregationAuthorizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAggregationAuthorizationRequest.BuilderauthorizedAccountId(String authorizedAccountId)The 12-digit account ID of the account authorized to aggregate data.DeleteAggregationAuthorizationRequest.BuilderauthorizedAwsRegion(String authorizedAwsRegion)The region authorized to collect aggregated data.DeleteAggregationAuthorizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAggregationAuthorizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
DeleteAggregationAuthorizationRequest.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
DeleteAggregationAuthorizationRequest.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.
-
overrideConfiguration
DeleteAggregationAuthorizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAggregationAuthorizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-