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