Class CfnIPAMScope.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnIPAMScope.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIPAMScope>
- Enclosing class:
CfnIPAMScope
@Stability(Stable)
public static final class CfnIPAMScope.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIPAMScope>
A fluent builder for
CfnIPAMScope.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnIPAMScope.Builderdescription(String description) The description of the scope.externalAuthorityConfiguration(IResolvable externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.externalAuthorityConfiguration(CfnIPAMScope.IpamScopeExternalAuthorityConfigurationProperty externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.The ID of the IPAM for which you're creating this scope.The key/value combination of a tag assigned to the resource.
-
Method Details
-
create
@Stability(Stable) public static CfnIPAMScope.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnIPAMScope.Builder.
-
ipamId
The ID of the IPAM for which you're creating this scope.- Parameters:
ipamId- The ID of the IPAM for which you're creating this scope. This parameter is required.- Returns:
this- See Also:
-
description
The description of the scope.- Parameters:
description- The description of the scope. This parameter is required.- Returns:
this- See Also:
-
externalAuthorityConfiguration
@Stability(Stable) public CfnIPAMScope.Builder externalAuthorityConfiguration(IResolvable externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.
For more information, see Integrate VPC IPAM with Infoblox infrastructure in the Amazon VPC IPAM User Guide .
- Parameters:
externalAuthorityConfiguration- The configuration that links an Amazon VPC IPAM scope to an external authority system. This parameter is required.- Returns:
this- See Also:
-
externalAuthorityConfiguration
@Stability(Stable) public CfnIPAMScope.Builder externalAuthorityConfiguration(CfnIPAMScope.IpamScopeExternalAuthorityConfigurationProperty externalAuthorityConfiguration) The configuration that links an Amazon VPC IPAM scope to an external authority system.It specifies the type of external system and the external resource identifier that identifies your account or instance in that system.
For more information, see Integrate VPC IPAM with Infoblox infrastructure in the Amazon VPC IPAM User Guide .
- Parameters:
externalAuthorityConfiguration- The configuration that links an Amazon VPC IPAM scope to an external authority system. This parameter is required.- Returns:
this- See Also:
-
tags
The key/value combination of a tag assigned to the resource.Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key
Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value.- Parameters:
tags- The key/value combination of a tag assigned to the resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIPAMScope>- Returns:
- a newly built instance of
CfnIPAMScope.
-