public static class InstancePrivateIpAddress.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstancePrivateIpAddress.Builder |
association(InstanceNetworkInterfaceAssociation association) |
InstancePrivateIpAddress |
build() |
InstancePrivateIpAddress.Builder |
copy(InstancePrivateIpAddress model) |
InstancePrivateIpAddress.Builder |
isPrimary(Boolean isPrimary)
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.
|
public InstancePrivateIpAddress.Builder association(InstanceNetworkInterfaceAssociation association)
public InstancePrivateIpAddress.Builder isPrimary(Boolean isPrimary)
Indicates whether this IPv4 address is the primary private IP address of the network interface.
isPrimary
- the value to setpublic InstancePrivateIpAddress.Builder privateDnsName(String privateDnsName)
The private IPv4 DNS name.
privateDnsName
- the value to setpublic InstancePrivateIpAddress.Builder privateIpAddress(String privateIpAddress)
The private IPv4 address of the network interface.
privateIpAddress
- the value to setpublic InstancePrivateIpAddress build()
public InstancePrivateIpAddress.Builder copy(InstancePrivateIpAddress model)
Copyright © 2016–2024. All rights reserved.