public static interface IpAddressResponse.Builder extends SdkPojo, CopyableBuilder<IpAddressResponse.Builder,IpAddressResponse>
Modifier and Type | Method and Description |
---|---|
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 |
ip(String ip)
One IP address that the resolver endpoint uses for DNS queries.
|
IpAddressResponse.Builder |
ipId(String ipId)
The ID of one IP address.
|
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 |
status(IpAddressStatus status)
A status code that gives the current status of the request.
|
IpAddressResponse.Builder |
status(String status)
A status code that gives the current status of the request.
|
IpAddressResponse.Builder |
statusMessage(String statusMessage)
A message that provides additional information about the status of the request.
|
IpAddressResponse.Builder |
subnetId(String subnetId)
The ID of one subnet.
|
copy
applyMutation, build
IpAddressResponse.Builder ipId(String ipId)
The ID of one IP address.
ipId
- The ID of one IP address.IpAddressResponse.Builder subnetId(String subnetId)
The ID of one subnet.
subnetId
- The ID of one subnet.IpAddressResponse.Builder ip(String ip)
One IP address that the resolver endpoint uses for DNS queries.
ip
- One IP address that the resolver endpoint uses for DNS queries.IpAddressResponse.Builder status(String status)
A status code that gives the current status of the request.
status
- A status code that gives the current status of the request.IpAddressStatus
,
IpAddressStatus
IpAddressResponse.Builder status(IpAddressStatus status)
A status code that gives the current status of the request.
status
- A status code that gives the current status of the request.IpAddressStatus
,
IpAddressStatus
IpAddressResponse.Builder statusMessage(String statusMessage)
A message that provides additional information about the status of the request.
statusMessage
- A message that provides additional information about the status of the request.IpAddressResponse.Builder creationTime(String creationTime)
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
creationTime
- The date and time that the IP address was created, in Unix time format and Coordinated Universal Time
(UTC).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).
modificationTime
- The date and time that the IP address was last modified, in Unix time format and Coordinated Universal
Time (UTC).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.