@Stability(value=External) public static final class CfnInstance.PrivateIpAddressSpecificationProperty.Builder extends Object
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=External) public CfnInstance.PrivateIpAddressSpecificationProperty.Builder primary(Boolean primary)
CfnInstance.PrivateIpAddressSpecificationProperty.getPrimary()
primary
- `CfnInstance.PrivateIpAddressSpecificationProperty.Primary`. This parameter is required.this
@Stability(value=External) public CfnInstance.PrivateIpAddressSpecificationProperty.Builder primary(IResolvable primary)
CfnInstance.PrivateIpAddressSpecificationProperty.getPrimary()
primary
- `CfnInstance.PrivateIpAddressSpecificationProperty.Primary`. This parameter is required.this
@Stability(value=External) public CfnInstance.PrivateIpAddressSpecificationProperty.Builder privateIpAddress(String privateIpAddress)
CfnInstance.PrivateIpAddressSpecificationProperty.getPrivateIpAddress()
privateIpAddress
- `CfnInstance.PrivateIpAddressSpecificationProperty.PrivateIpAddress`. This parameter is required.this
@Stability(value=External) public CfnInstance.PrivateIpAddressSpecificationProperty build()
CfnInstance.PrivateIpAddressSpecificationProperty
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.