public static interface OperationSummary.Builder extends CopyableBuilder<OperationSummary.Builder,OperationSummary>
| Modifier and Type | Method and Description |
|---|---|
OperationSummary.Builder |
operationId(String operationId)
Identifier returned to track the requested action.
|
OperationSummary.Builder |
status(OperationStatus status)
The current status of the requested operation in the system.
|
OperationSummary.Builder |
status(String status)
The current status of the requested operation in the system.
|
OperationSummary.Builder |
submittedDate(Instant submittedDate)
The date when the request was submitted.
|
OperationSummary.Builder |
type(OperationType type)
Type of the action requested.
|
OperationSummary.Builder |
type(String type)
Type of the action requested.
|
copyapply, buildOperationSummary.Builder operationId(String operationId)
Identifier returned to track the requested action.
operationId - Identifier returned to track the requested action.OperationSummary.Builder status(String status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatus,
OperationStatusOperationSummary.Builder status(OperationStatus status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatus,
OperationStatusOperationSummary.Builder type(String type)
Type of the action requested.
type - Type of the action requested.OperationType,
OperationTypeOperationSummary.Builder type(OperationType type)
Type of the action requested.
type - Type of the action requested.OperationType,
OperationTypeOperationSummary.Builder submittedDate(Instant submittedDate)
The date when the request was submitted.
submittedDate - The date when the request was submitted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.