public static interface JobExecutionState.Builder extends SdkPojo, CopyableBuilder<JobExecutionState.Builder,JobExecutionState>
Modifier and Type | Method and Description |
---|---|
JobExecutionState.Builder |
status(JobExecutionStatus status)
The status of the job execution.
|
JobExecutionState.Builder |
status(String status)
The status of the job execution.
|
JobExecutionState.Builder |
statusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
JobExecutionState.Builder |
versionNumber(Long versionNumber)
The version of the job execution.
|
copy
applyMutation, build
JobExecutionState.Builder status(String status)
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".
status
- The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS",
"CANCELED", "REJECTED", or "REMOVED".JobExecutionStatus
,
JobExecutionStatus
JobExecutionState.Builder status(JobExecutionStatus status)
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".
status
- The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS",
"CANCELED", "REJECTED", or "REMOVED".JobExecutionStatus
,
JobExecutionStatus
JobExecutionState.Builder statusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
statusDetails
- A collection of name/value pairs that describe the status of the job execution.JobExecutionState.Builder versionNumber(Long versionNumber)
The version of the job execution. Job execution versions are incremented each time they are updated by a device.
versionNumber
- The version of the job execution. Job execution versions are incremented each time they are updated by
a device.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.