public static interface Operation.Builder extends CopyableBuilder<Operation.Builder,Operation>
| Modifier and Type | Method and Description |
|---|---|
Operation.Builder |
createDate(Instant createDate)
The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time
(UTC).
|
Operation.Builder |
errorCode(String errorCode)
The code associated with
ErrorMessage. |
Operation.Builder |
errorMessage(String errorMessage)
If the value of
Status is FAIL, the reason that the operation failed. |
Operation.Builder |
id(String id)
The ID of the operation that you want to get information about.
|
Operation.Builder |
status(OperationStatus status)
The status of the operation.
|
Operation.Builder |
status(String status)
The status of the operation.
|
Operation.Builder |
targets(Map<String,String> targets)
The name of the target entity that is associated with the operation:
|
Operation.Builder |
type(OperationType type)
The name of the operation that is associated with the specified ID.
|
Operation.Builder |
type(String type)
The name of the operation that is associated with the specified ID.
|
Operation.Builder |
updateDate(Instant updateDate)
The date and time that the value of
Status changed to the current value, in Unix date/time
format and Coordinated Universal Time (UTC). |
copyapply, buildOperation.Builder id(String id)
The ID of the operation that you want to get information about.
id - The ID of the operation that you want to get information about.Operation.Builder type(String type)
The name of the operation that is associated with the specified ID.
type - The name of the operation that is associated with the specified ID.OperationType,
OperationTypeOperation.Builder type(OperationType type)
The name of the operation that is associated with the specified ID.
type - The name of the operation that is associated with the specified ID.OperationType,
OperationTypeOperation.Builder status(String status)
The status of the operation. Values include the following:
SUBMITTED: This is the initial state immediately after you submit a request.
PENDING: Amazon Route 53 is performing the operation.
SUCCESS: The operation succeeded.
FAIL: The operation failed. For the failure reason, see ErrorMessage.
status - The status of the operation. Values include the following:
SUBMITTED: This is the initial state immediately after you submit a request.
PENDING: Amazon Route 53 is performing the operation.
SUCCESS: The operation succeeded.
FAIL: The operation failed. For the failure reason, see ErrorMessage.
OperationStatus,
OperationStatusOperation.Builder status(OperationStatus status)
The status of the operation. Values include the following:
SUBMITTED: This is the initial state immediately after you submit a request.
PENDING: Amazon Route 53 is performing the operation.
SUCCESS: The operation succeeded.
FAIL: The operation failed. For the failure reason, see ErrorMessage.
status - The status of the operation. Values include the following:
SUBMITTED: This is the initial state immediately after you submit a request.
PENDING: Amazon Route 53 is performing the operation.
SUCCESS: The operation succeeded.
FAIL: The operation failed. For the failure reason, see ErrorMessage.
OperationStatus,
OperationStatusOperation.Builder errorMessage(String errorMessage)
If the value of Status is FAIL, the reason that the operation failed.
errorMessage - If the value of Status is FAIL, the reason that the operation failed.Operation.Builder errorCode(String errorCode)
The code associated with ErrorMessage.
errorCode - The code associated with ErrorMessage.Operation.Builder createDate(Instant createDate)
The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC).
createDate - The date and time that the request was submitted, in Unix date/time format and Coordinated Universal
Time (UTC).Operation.Builder updateDate(Instant updateDate)
The date and time that the value of Status changed to the current value, in Unix date/time
format and Coordinated Universal Time (UTC).
updateDate - The date and time that the value of Status changed to the current value, in Unix
date/time format and Coordinated Universal Time (UTC).Operation.Builder targets(Map<String,String> targets)
The name of the target entity that is associated with the operation:
NAMESPACE: The namespace ID is returned in the ResourceId property.
SERVICE: The service ID is returned in the ResourceId property.
INSTANCE: The instance ID is returned in the ResourceId property.
targets - The name of the target entity that is associated with the operation:
NAMESPACE: The namespace ID is returned in the ResourceId property.
SERVICE: The service ID is returned in the ResourceId property.
INSTANCE: The instance ID is returned in the ResourceId property.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.