CopyableBuilder<OperationSummary.Builder,OperationSummary>
, SdkBuilder<OperationSummary.Builder,OperationSummary>
public static interface OperationSummary.Builder extends CopyableBuilder<OperationSummary.Builder,OperationSummary>
Modifier and Type | Method | Description |
---|---|---|
OperationSummary.Builder |
operationId(String operationId) |
Identifier returned to track the requested action.
|
OperationSummary.Builder |
status(String status) |
The current status of the requested operation in the system.
|
OperationSummary.Builder |
status(OperationStatus status) |
The current status of the requested operation in the system.
|
OperationSummary.Builder |
submittedDate(Date submittedDate) |
The date when the request was submitted.
|
OperationSummary.Builder |
type(String type) |
Type of the action requested.
|
OperationSummary.Builder |
type(OperationType type) |
Type of the action requested.
|
copy
apply, 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
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
OperationSummary.Builder type(String type)
Type of the action requested.
type
- Type of the action requested.OperationType
OperationSummary.Builder type(OperationType type)
Type of the action requested.
type
- Type of the action requested.OperationType
OperationSummary.Builder submittedDate(Date 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.