public static interface OperationSummary.Builder extends CopyableBuilder<OperationSummary.Builder,OperationSummary>
| Modifier and Type | Method and Description |
|---|---|
OperationSummary.Builder |
id(String id)
The ID for an operation.
|
OperationSummary.Builder |
status(OperationStatus status)
The status of the operation.
|
OperationSummary.Builder |
status(String status)
The status of the operation.
|
copyapply, buildOperationSummary.Builder id(String id)
The ID for an operation.
id - The ID for an operation.OperationSummary.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,
OperationStatusOperationSummary.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,
OperationStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.