Class CfnAggregatorV2.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnAggregatorV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAggregatorV2>
- Enclosing class:
CfnAggregatorV2
@Stability(Stable)
public static final class CfnAggregatorV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAggregatorV2>
A fluent builder for
CfnAggregatorV2
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnAggregatorV2.Builder
linkedRegions
(List<String> linkedRegions) The list of Regions that are linked to the aggregation Region.regionLinkingMode
(String regionLinkingMode) Determines how Regions are linked to an Aggregator V2.A list of key-value pairs to be applied to the AggregatorV2.
-
Method Details
-
create
@Stability(Stable) public static CfnAggregatorV2.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAggregatorV2.Builder
.
-
linkedRegions
The list of Regions that are linked to the aggregation Region.- Parameters:
linkedRegions
- The list of Regions that are linked to the aggregation Region. This parameter is required.- Returns:
this
- See Also:
-
regionLinkingMode
Determines how Regions are linked to an Aggregator V2.- Parameters:
regionLinkingMode
- Determines how Regions are linked to an Aggregator V2. This parameter is required.- Returns:
this
- See Also:
-
tags
A list of key-value pairs to be applied to the AggregatorV2.- Parameters:
tags
- A list of key-value pairs to be applied to the AggregatorV2. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAggregatorV2>
- Returns:
- a newly built instance of
CfnAggregatorV2
.
-