ToCopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>
@Generated("software.amazon.awssdk:codegen") public class PrivateIpAddressSpecification extends Object implements ToCopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>
Describes a secondary private IPv4 address for a network interface.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PrivateIpAddressSpecification.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PrivateIpAddressSpecification.Builder,PrivateIpAddressSpecification>
public static PrivateIpAddressSpecification.Builder builder()
public static Class<? extends PrivateIpAddressSpecification.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.