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.
|
copy
applyMutation, build
OperationSummary.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
,
OperationStatus
OperationSummary.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
,
OperationStatus
OperationSummary.Builder type(String type)
Type of the action requested.
type
- Type of the action requested.OperationType
,
OperationType
OperationSummary.Builder type(OperationType type)
Type of the action requested.
type
- Type of the action requested.OperationType
,
OperationType
OperationSummary.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.