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