Class CfnAggregatorV2PropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnAggregatorV2PropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAggregatorV2PropsMixin>
- Enclosing class:
CfnAggregatorV2PropsMixin
@Stability(Stable)
public static final class CfnAggregatorV2PropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAggregatorV2PropsMixin>
A fluent builder for
CfnAggregatorV2PropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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 CfnAggregatorV2PropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAggregatorV2PropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAggregatorV2PropsMixin.Builder.
-
linkedRegions
@Stability(Stable) public CfnAggregatorV2PropsMixin.Builder linkedRegions(List<String> 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
@Stability(Stable) public CfnAggregatorV2PropsMixin.Builder regionLinkingMode(String 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnAggregatorV2PropsMixin>- Returns:
- a newly built instance of
CfnAggregatorV2PropsMixin.
-