Class CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty>
- Enclosing interface:
CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty
@Stability(Stable)
public static final class CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ipv6Prefix(String ipv6Prefix)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipv6Prefix
@Stability(Stable) public CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty.Builder ipv6Prefix(String ipv6Prefix) - Parameters:
ipv6Prefix- The IPv6 prefix. For information, see Assigning prefixes to Amazon EC2 network interfaces in the Amazon Elastic Compute Cloud User Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty>- Returns:
- a new instance of
CfnNetworkInterfacePropsMixin.Ipv6PrefixSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-