Class CfnLaunchTemplatePropsMixin.Ipv6AddProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnLaunchTemplatePropsMixin.Ipv6AddProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.Ipv6AddProperty>
- Enclosing interface:
CfnLaunchTemplatePropsMixin.Ipv6AddProperty
@Stability(Stable)
public static final class CfnLaunchTemplatePropsMixin.Ipv6AddProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.Ipv6AddProperty>
A builder for
CfnLaunchTemplatePropsMixin.Ipv6AddProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ipv6Address(String ipv6Address) Sets the value ofCfnLaunchTemplatePropsMixin.Ipv6AddProperty.getIpv6Address()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipv6Address
@Stability(Stable) public CfnLaunchTemplatePropsMixin.Ipv6AddProperty.Builder ipv6Address(String ipv6Address) Sets the value ofCfnLaunchTemplatePropsMixin.Ipv6AddProperty.getIpv6Address()- Parameters:
ipv6Address- One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLaunchTemplatePropsMixin.Ipv6AddProperty>- Returns:
- a new instance of
CfnLaunchTemplatePropsMixin.Ipv6AddProperty - Throws:
NullPointerException- if any required attribute was not provided
-