static Operation.Builder |
Operation.builder() |
|
Operation.Builder |
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 |
Operation.Builder.errorCode(String errorCode) |
The code associated with ErrorMessage.
|
Operation.Builder |
Operation.Builder.errorMessage(String errorMessage) |
If the value of Status is FAIL, the reason that the operation failed.
|
Operation.Builder |
Operation.Builder.id(String id) |
The ID of the operation that you want to get information about.
|
Operation.Builder |
Operation.Builder.status(String status) |
The status of the operation.
|
Operation.Builder |
Operation.Builder.status(OperationStatus status) |
The status of the operation.
|
Operation.Builder |
Operation.Builder.targets(Map<OperationTargetType,String> targets) |
The name of the target entity that's associated with the operation:
|
Operation.Builder |
Operation.Builder.targetsWithStrings(Map<String,String> targets) |
The name of the target entity that's associated with the operation:
|
Operation.Builder |
Operation.toBuilder() |
|
Operation.Builder |
Operation.Builder.type(String type) |
The name of the operation that's associated with the specified ID.
|
Operation.Builder |
Operation.Builder.type(OperationType type) |
The name of the operation that's associated with the specified ID.
|
Operation.Builder |
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).
|