Interface UpdateAggregatorV2Response.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateAggregatorV2Response.Builder,
,UpdateAggregatorV2Response> SdkBuilder<UpdateAggregatorV2Response.Builder,
,UpdateAggregatorV2Response> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
UpdateAggregatorV2Response
@Mutable
@NotThreadSafe
public static interface UpdateAggregatorV2Response.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<UpdateAggregatorV2Response.Builder,UpdateAggregatorV2Response>
-
Method Summary
Modifier and TypeMethodDescriptionaggregationRegion
(String aggregationRegion) The Amazon Web Services Region where data is aggregated.aggregatorV2Arn
(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.regionLinkingMode
(String regionLinkingMode) Determines how Amazon Web Services Regions should be linked to the Aggregator V2.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
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.
-
aggregationRegion
The Amazon Web Services Region where data is aggregated.
- Parameters:
aggregationRegion
- The Amazon Web Services Region where data is aggregated.- 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.
-