Class CfnAggregatorV2MixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnAggregatorV2MixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAggregatorV2MixinProps>
- Enclosing interface:
CfnAggregatorV2MixinProps
@Stability(Stable)
public static final class CfnAggregatorV2MixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAggregatorV2MixinProps>
A builder for
CfnAggregatorV2MixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.linkedRegions(List<String> linkedRegions) Sets the value ofCfnAggregatorV2MixinProps.getLinkedRegions()regionLinkingMode(String regionLinkingMode) Sets the value ofCfnAggregatorV2MixinProps.getRegionLinkingMode()Sets the value ofCfnAggregatorV2MixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
linkedRegions
@Stability(Stable) public CfnAggregatorV2MixinProps.Builder linkedRegions(List<String> linkedRegions) Sets the value ofCfnAggregatorV2MixinProps.getLinkedRegions()- Parameters:
linkedRegions- The list of Regions that are linked to the aggregation Region.- Returns:
this
-
regionLinkingMode
@Stability(Stable) public CfnAggregatorV2MixinProps.Builder regionLinkingMode(String regionLinkingMode) Sets the value ofCfnAggregatorV2MixinProps.getRegionLinkingMode()- Parameters:
regionLinkingMode- Determines how Regions are linked to an Aggregator V2.- Returns:
this
-
tags
Sets the value ofCfnAggregatorV2MixinProps.getTags()- Parameters:
tags- A list of key-value pairs to be applied to the AggregatorV2.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAggregatorV2MixinProps>- Returns:
- a new instance of
CfnAggregatorV2MixinProps - Throws:
NullPointerException- if any required attribute was not provided
-