Class CfnControl.RegionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.controlcatalog.CfnControl.RegionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnControl.RegionConfigurationProperty>
- Enclosing interface:
CfnControl.RegionConfigurationProperty
@Stability(Stable)
public static final class CfnControl.RegionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnControl.RegionConfigurationProperty>
A builder for
CfnControl.RegionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.deployableRegions(List<String> deployableRegions) Sets the value ofCfnControl.RegionConfigurationProperty.getDeployableRegions()Sets the value ofCfnControl.RegionConfigurationProperty.getScope()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scope
Sets the value ofCfnControl.RegionConfigurationProperty.getScope()- Parameters:
scope- the value to be set. This parameter is required.- Returns:
this
-
deployableRegions
@Stability(Stable) public CfnControl.RegionConfigurationProperty.Builder deployableRegions(List<String> deployableRegions) Sets the value ofCfnControl.RegionConfigurationProperty.getDeployableRegions()- Parameters:
deployableRegions- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnControl.RegionConfigurationProperty>- Returns:
- a new instance of
CfnControl.RegionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-