Interface UpdateAggregatorV2Request.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAggregatorV2Request.Builder,,UpdateAggregatorV2Request> SdkBuilder<UpdateAggregatorV2Request.Builder,,UpdateAggregatorV2Request> SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
 UpdateAggregatorV2Request
@Mutable
@NotThreadSafe
public static interface UpdateAggregatorV2Request.Builder
extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<UpdateAggregatorV2Request.Builder,UpdateAggregatorV2Request> 
- 
Method Summary
Modifier and TypeMethodDescriptionaggregatorV2Arn(String aggregatorV2Arn) The ARN of the Aggregator V2.linkedRegions(String... linkedRegions) A list of Amazon Web Services Regions linked to the aggegation Region.linkedRegions(Collection<String> linkedRegions) A list of Amazon Web Services Regions linked to the aggegation Region.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.regionLinkingMode(String regionLinkingMode) Determines how Amazon Web Services Regions should be linked to the Aggregator V2.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build 
- 
Method Details
- 
aggregatorV2Arn
The ARN of the Aggregator V2.
- Parameters:
 aggregatorV2Arn- The ARN of the Aggregator V2.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regionLinkingMode
Determines how Amazon Web Services Regions should be linked to the Aggregator V2.
- Parameters:
 regionLinkingMode- Determines how Amazon Web Services Regions should be linked to the Aggregator V2.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkedRegions
A list of Amazon Web Services Regions linked to the aggegation Region.
- Parameters:
 linkedRegions- A list of Amazon Web Services Regions linked to the aggegation Region.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
linkedRegions
A list of Amazon Web Services Regions linked to the aggegation Region.
- Parameters:
 linkedRegions- A list of Amazon Web Services Regions linked to the aggegation Region.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UpdateAggregatorV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateAggregatorV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -