Class CfnIpamExternalResourceVerificationToken.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnIpamExternalResourceVerificationToken.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIpamExternalResourceVerificationToken>
- Enclosing class:
CfnIpamExternalResourceVerificationToken
@Stability(Stable)
public static final class CfnIpamExternalResourceVerificationToken.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIpamExternalResourceVerificationToken>
A fluent builder for
CfnIpamExternalResourceVerificationToken.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The ID of the IPAM that will create the token.The tags for the token.
-
Method Details
-
create
@Stability(Stable) public static CfnIpamExternalResourceVerificationToken.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
CfnIpamExternalResourceVerificationToken.Builder.
-
ipamId
The ID of the IPAM that will create the token.- Parameters:
ipamId- The ID of the IPAM that will create the token. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnIpamExternalResourceVerificationToken.Builder tags(List<? extends CfnTag> tags) The tags for the token.- Parameters:
tags- The tags for the token. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIpamExternalResourceVerificationToken>- Returns:
- a newly built instance of
CfnIpamExternalResourceVerificationToken.
-