static IpAddressResponse.Builder |
IpAddressResponse.builder() |
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.creationTime(String creationTime) |
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.ip(String ip) |
One IPv4 address that the Resolver endpoint uses for DNS queries.
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.ipId(String ipId) |
The ID of one IP address.
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.ipv6(String ipv6) |
One IPv6 address that the Resolver endpoint uses for DNS queries.
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.modificationTime(String modificationTime) |
The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time
(UTC).
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.status(String status) |
A status code that gives the current status of the request.
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.status(IpAddressStatus status) |
A status code that gives the current status of the request.
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.statusMessage(String statusMessage) |
A message that provides additional information about the status of the request.
|
IpAddressResponse.Builder |
IpAddressResponse.Builder.subnetId(String subnetId) |
The ID of one subnet.
|
IpAddressResponse.Builder |
IpAddressResponse.toBuilder() |
|