Class CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<CfnLaunchTemplate.Ipv4PrefixSpecificationProperty>
- Enclosing interface:
 - CfnLaunchTemplate.Ipv4PrefixSpecificationProperty
 
@Stability(Stable)
public static final class CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLaunchTemplate.Ipv4PrefixSpecificationProperty>
A builder for 
CfnLaunchTemplate.Ipv4PrefixSpecificationProperty- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ipv4Prefix(String ipv4Prefix) Sets the value ofCfnLaunchTemplate.Ipv4PrefixSpecificationProperty.getIpv4Prefix() 
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
ipv4Prefix
@Stability(Stable) public CfnLaunchTemplate.Ipv4PrefixSpecificationProperty.Builder ipv4Prefix(String ipv4Prefix) Sets the value ofCfnLaunchTemplate.Ipv4PrefixSpecificationProperty.getIpv4Prefix()- Parameters:
 ipv4Prefix- The IPv4 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<CfnLaunchTemplate.Ipv4PrefixSpecificationProperty>- Returns:
 - a new instance of 
CfnLaunchTemplate.Ipv4PrefixSpecificationProperty - Throws:
 NullPointerException- if any required attribute was not provided
 
 -