Class CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty>
- Enclosing interface:
CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty
@Stability(Stable)
public static final class CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.organizationsEntityPath(String organizationsEntityPath)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
organizationsEntityPath
@Stability(Stable) public CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty.Builder organizationsEntityPath(String organizationsEntityPath) Sets the value ofCfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty.getOrganizationsEntityPath()- Parameters:
organizationsEntityPath- An AWS Organizations entity path. For more information on the entity path, see Understand the AWS Organizations entity path in the AWS Identity and Access Management User Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty>- Returns:
- a new instance of
CfnIPAMPropsMixin.IpamOrganizationalUnitExclusionProperty - Throws:
NullPointerException- if any required attribute was not provided
-