CopyableBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>, SdkBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>public static interface JobFlowExecutionStatusDetail.Builder extends CopyableBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>
| Modifier and Type | Method | Description |
|---|---|---|
JobFlowExecutionStatusDetail.Builder |
creationDateTime(Date creationDateTime) |
The creation date and time of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
endDateTime(Date endDateTime) |
The completion date and time of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
lastStateChangeReason(String lastStateChangeReason) |
Description of the job flow last changed state.
|
JobFlowExecutionStatusDetail.Builder |
readyDateTime(Date readyDateTime) |
The date and time when the job flow was ready to start running bootstrap actions.
|
JobFlowExecutionStatusDetail.Builder |
startDateTime(Date startDateTime) |
The start date and time of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
state(String state) |
The state of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
state(JobFlowExecutionState state) |
The state of the job flow.
|
copyapply, buildJobFlowExecutionStatusDetail.Builder state(String state)
The state of the job flow.
state - The state of the job flow.JobFlowExecutionStateJobFlowExecutionStatusDetail.Builder state(JobFlowExecutionState state)
The state of the job flow.
state - The state of the job flow.JobFlowExecutionStateJobFlowExecutionStatusDetail.Builder creationDateTime(Date creationDateTime)
The creation date and time of the job flow.
creationDateTime - The creation date and time of the job flow.JobFlowExecutionStatusDetail.Builder startDateTime(Date startDateTime)
The start date and time of the job flow.
startDateTime - The start date and time of the job flow.JobFlowExecutionStatusDetail.Builder readyDateTime(Date readyDateTime)
The date and time when the job flow was ready to start running bootstrap actions.
readyDateTime - The date and time when the job flow was ready to start running bootstrap actions.JobFlowExecutionStatusDetail.Builder endDateTime(Date endDateTime)
The completion date and time of the job flow.
endDateTime - The completion date and time of the job flow.JobFlowExecutionStatusDetail.Builder lastStateChangeReason(String lastStateChangeReason)
Description of the job flow last changed state.
lastStateChangeReason - Description of the job flow last changed state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.