CopyableBuilder<InstancePrivateIpAddress.Builder,InstancePrivateIpAddress>
, SdkBuilder<InstancePrivateIpAddress.Builder,InstancePrivateIpAddress>
public static interface InstancePrivateIpAddress.Builder extends CopyableBuilder<InstancePrivateIpAddress.Builder,InstancePrivateIpAddress>
Modifier and Type | Method | Description |
---|---|---|
InstancePrivateIpAddress.Builder |
association(InstanceNetworkInterfaceAssociation association) |
The association information for an Elastic IP address for the network interface.
|
InstancePrivateIpAddress.Builder |
primary(Boolean primary) |
Indicates whether this IPv4 address is the primary private IP address of the network interface.
|
InstancePrivateIpAddress.Builder |
privateDnsName(String privateDnsName) |
The private IPv4 DNS name.
|
InstancePrivateIpAddress.Builder |
privateIpAddress(String privateIpAddress) |
The private IPv4 address of the network interface.
|
copy
apply, build
InstancePrivateIpAddress.Builder association(InstanceNetworkInterfaceAssociation association)
The association information for an Elastic IP address for the network interface.
association
- The association information for an Elastic IP address for the network interface.InstancePrivateIpAddress.Builder primary(Boolean primary)
Indicates whether this IPv4 address is the primary private IP address of the network interface.
primary
- Indicates whether this IPv4 address is the primary private IP address of the network interface.InstancePrivateIpAddress.Builder privateDnsName(String privateDnsName)
The private IPv4 DNS name.
privateDnsName
- The private IPv4 DNS name.InstancePrivateIpAddress.Builder privateIpAddress(String privateIpAddress)
The private IPv4 address of the network interface.
privateIpAddress
- The private IPv4 address of the network interface.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.