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