@Generated(value="software.amazon.awssdk:codegen") public class PrivateIpAddressSpecification extends Object implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>
Describes a secondary private IPv4 address for a network interface.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateIpAddressSpecification.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateIpAddressSpecification.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
Boolean |
primary()
Indicates whether the private IPv4 address is the primary private IPv4 address.
|
String |
privateIpAddress()
The private IPv4 addresses.
|
static Class<? extends PrivateIpAddressSpecification.Builder> |
serializableBuilderClass() |
PrivateIpAddressSpecification.Builder |
toBuilder() |
String |
toString() |
public Boolean primary()
Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
public String privateIpAddress()
The private IPv4 addresses.
public PrivateIpAddressSpecification.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>public static PrivateIpAddressSpecification.Builder builder()
public static Class<? extends PrivateIpAddressSpecification.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.