@Stability(value=Stable) public static final class CfnLaunchTemplate.PrivateIpAddProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLaunchTemplate.PrivateIpAddProperty>
CfnLaunchTemplate.PrivateIpAddProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLaunchTemplate.PrivateIpAddProperty |
build()
Builds the configured instance.
|
CfnLaunchTemplate.PrivateIpAddProperty.Builder |
primary(Boolean primary)
Sets the value of
CfnLaunchTemplate.PrivateIpAddProperty.getPrimary() |
CfnLaunchTemplate.PrivateIpAddProperty.Builder |
primary(IResolvable primary)
Sets the value of
CfnLaunchTemplate.PrivateIpAddProperty.getPrimary() |
CfnLaunchTemplate.PrivateIpAddProperty.Builder |
privateIpAddress(String privateIpAddress)
Sets the value of
CfnLaunchTemplate.PrivateIpAddProperty.getPrivateIpAddress() |
@Stability(value=Stable) public CfnLaunchTemplate.PrivateIpAddProperty.Builder primary(Boolean primary)
CfnLaunchTemplate.PrivateIpAddProperty.getPrimary()primary - Indicates whether the private IPv4 address is the primary private IPv4 address.
Only one IPv4 address can be designated as primary.this@Stability(value=Stable) public CfnLaunchTemplate.PrivateIpAddProperty.Builder primary(IResolvable primary)
CfnLaunchTemplate.PrivateIpAddProperty.getPrimary()primary - Indicates whether the private IPv4 address is the primary private IPv4 address.
Only one IPv4 address can be designated as primary.this@Stability(value=Stable) public CfnLaunchTemplate.PrivateIpAddProperty.Builder privateIpAddress(String privateIpAddress)
CfnLaunchTemplate.PrivateIpAddProperty.getPrivateIpAddress()privateIpAddress - The private IPv4 addresses.this@Stability(value=Stable) public CfnLaunchTemplate.PrivateIpAddProperty build()
build in interface software.amazon.jsii.Builder<CfnLaunchTemplate.PrivateIpAddProperty>CfnLaunchTemplate.PrivateIpAddPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.