Class CfnIPAMResourceDiscoveryMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIPAMResourceDiscoveryMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAMResourceDiscoveryMixinProps>
- Enclosing interface:
CfnIPAMResourceDiscoveryMixinProps
@Stability(Stable)
public static final class CfnIPAMResourceDiscoveryMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPAMResourceDiscoveryMixinProps>
A builder for
CfnIPAMResourceDiscoveryMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getDescription()operatingRegions(List<? extends Object> operatingRegions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOperatingRegions()operatingRegions(IResolvable operatingRegions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOperatingRegions()organizationalUnitExclusions(List<? extends Object> organizationalUnitExclusions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOrganizationalUnitExclusions()organizationalUnitExclusions(IResolvable organizationalUnitExclusions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOrganizationalUnitExclusions()Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnIPAMResourceDiscoveryMixinProps.Builder description(String description) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getDescription()- Parameters:
description- The resource discovery description.- Returns:
this
-
operatingRegions
@Stability(Stable) public CfnIPAMResourceDiscoveryMixinProps.Builder operatingRegions(IResolvable operatingRegions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOperatingRegions()- Parameters:
operatingRegions- The operating Regions for the resource discovery. Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.- Returns:
this
-
operatingRegions
@Stability(Stable) public CfnIPAMResourceDiscoveryMixinProps.Builder operatingRegions(List<? extends Object> operatingRegions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOperatingRegions()- Parameters:
operatingRegions- The operating Regions for the resource discovery. Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the AWS Regions you select as operating Regions.- Returns:
this
-
organizationalUnitExclusions
@Stability(Stable) public CfnIPAMResourceDiscoveryMixinProps.Builder organizationalUnitExclusions(IResolvable organizationalUnitExclusions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOrganizationalUnitExclusions()- Parameters:
organizationalUnitExclusions- If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide .- Returns:
this
-
organizationalUnitExclusions
@Stability(Stable) public CfnIPAMResourceDiscoveryMixinProps.Builder organizationalUnitExclusions(List<? extends Object> organizationalUnitExclusions) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getOrganizationalUnitExclusions()- Parameters:
organizationalUnitExclusions- If your IPAM is integrated with AWS Organizations, you can exclude an organizational unit (OU) from being managed by IPAM. When you exclude an OU, IPAM will not manage the IP addresses in accounts in that OU. For more information, see Exclude organizational units from IPAM in the Amazon Virtual Private Cloud IP Address Manager User Guide .- Returns:
this
-
tags
@Stability(Stable) public CfnIPAMResourceDiscoveryMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnIPAMResourceDiscoveryMixinProps.getTags()- Parameters:
tags- A tag is a label that you assign to an AWS resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your AWS costs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIPAMResourceDiscoveryMixinProps>- Returns:
- a new instance of
CfnIPAMResourceDiscoveryMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-