Class CfnIpamExternalResourceVerificationTokenMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnIpamExternalResourceVerificationTokenMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIpamExternalResourceVerificationTokenMixinProps>
- Enclosing interface:
CfnIpamExternalResourceVerificationTokenMixinProps
@Stability(Stable)
public static final class CfnIpamExternalResourceVerificationTokenMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIpamExternalResourceVerificationTokenMixinProps>
A builder for
CfnIpamExternalResourceVerificationTokenMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnIpamExternalResourceVerificationTokenMixinProps.getIpamId()Sets the value ofCfnIpamExternalResourceVerificationTokenMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipamId
@Stability(Stable) public CfnIpamExternalResourceVerificationTokenMixinProps.Builder ipamId(String ipamId) Sets the value ofCfnIpamExternalResourceVerificationTokenMixinProps.getIpamId()- Parameters:
ipamId- The ID of the IPAM that will create the token.- Returns:
this
-
tags
@Stability(Stable) public CfnIpamExternalResourceVerificationTokenMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnIpamExternalResourceVerificationTokenMixinProps.getTags()- Parameters:
tags- The tags for the token.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIpamExternalResourceVerificationTokenMixinProps>- Returns:
- a new instance of
CfnIpamExternalResourceVerificationTokenMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-