Class CfnProjectProfilePropsMixin.RegionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnProjectProfilePropsMixin.RegionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProjectProfilePropsMixin.RegionProperty>
- Enclosing interface:
CfnProjectProfilePropsMixin.RegionProperty
@Stability(Stable)
public static final class CfnProjectProfilePropsMixin.RegionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProjectProfilePropsMixin.RegionProperty>
A builder for
CfnProjectProfilePropsMixin.RegionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.regionName(String regionName) Sets the value ofCfnProjectProfilePropsMixin.RegionProperty.getRegionName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
regionName
@Stability(Stable) public CfnProjectProfilePropsMixin.RegionProperty.Builder regionName(String regionName) Sets the value ofCfnProjectProfilePropsMixin.RegionProperty.getRegionName()- Parameters:
regionName- The AWS Region name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProjectProfilePropsMixin.RegionProperty>- Returns:
- a new instance of
CfnProjectProfilePropsMixin.RegionProperty - Throws:
NullPointerException- if any required attribute was not provided
-