public static interface UpdateFindingAggregatorResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<UpdateFindingAggregatorResponse.Builder,UpdateFindingAggregatorResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateFindingAggregatorResponse.Builder |
findingAggregationRegion(String findingAggregationRegion)
The aggregation Region.
|
UpdateFindingAggregatorResponse.Builder |
findingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator.
|
UpdateFindingAggregatorResponse.Builder |
regionLinkingMode(String regionLinkingMode)
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of
included Regions.
|
UpdateFindingAggregatorResponse.Builder |
regions(Collection<String> regions)
The list of excluded Regions or included Regions.
|
UpdateFindingAggregatorResponse.Builder |
regions(String... regions)
The list of excluded Regions or included Regions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFindingAggregatorResponse.Builder findingAggregatorArn(String findingAggregatorArn)
The ARN of the finding aggregator.
findingAggregatorArn - The ARN of the finding aggregator.UpdateFindingAggregatorResponse.Builder findingAggregationRegion(String findingAggregationRegion)
The aggregation Region.
findingAggregationRegion - The aggregation Region.UpdateFindingAggregatorResponse.Builder regionLinkingMode(String regionLinkingMode)
Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of included Regions.
regionLinkingMode - Indicates whether to link all Regions, all Regions except for a list of excluded Regions, or a list of
included Regions.UpdateFindingAggregatorResponse.Builder regions(Collection<String> regions)
The list of excluded Regions or included Regions.
regions - The list of excluded Regions or included Regions.UpdateFindingAggregatorResponse.Builder regions(String... regions)
The list of excluded Regions or included Regions.
regions - The list of excluded Regions or included Regions.Copyright © 2023. All rights reserved.