Class CfnIpamExternalResourceVerificationTokenPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIpamExternalResourceVerificationTokenPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIpamExternalResourceVerificationTokenPropsMixin>
- Enclosing class:
CfnIpamExternalResourceVerificationTokenPropsMixin
@Stability(Stable)
public static final class CfnIpamExternalResourceVerificationTokenPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIpamExternalResourceVerificationTokenPropsMixin>
A fluent builder for
CfnIpamExternalResourceVerificationTokenPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The ID of the IPAM that will create the token.The tags for the token.
-
Method Details
-
create
@Stability(Stable) public static CfnIpamExternalResourceVerificationTokenPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIpamExternalResourceVerificationTokenPropsMixin.Builder.
-
create
@Stability(Stable) public static CfnIpamExternalResourceVerificationTokenPropsMixin.Builder create()- Returns:
- a new instance of
CfnIpamExternalResourceVerificationTokenPropsMixin.Builder.
-
ipamId
@Stability(Stable) public CfnIpamExternalResourceVerificationTokenPropsMixin.Builder ipamId(String 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 CfnIpamExternalResourceVerificationTokenPropsMixin.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<CfnIpamExternalResourceVerificationTokenPropsMixin>- Returns:
- a newly built instance of
CfnIpamExternalResourceVerificationTokenPropsMixin.
-