public static interface JobFlowExecutionStatusDetail.Builder extends CopyableBuilder<JobFlowExecutionStatusDetail.Builder,JobFlowExecutionStatusDetail>
| Modifier and Type | Method and Description |
|---|---|
JobFlowExecutionStatusDetail.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
endDateTime(Instant 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(Instant readyDateTime)
The date and time when the job flow was ready to start running bootstrap actions.
|
JobFlowExecutionStatusDetail.Builder |
startDateTime(Instant startDateTime)
The start date and time of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
state(JobFlowExecutionState state)
The state of the job flow.
|
JobFlowExecutionStatusDetail.Builder |
state(String 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.JobFlowExecutionState,
JobFlowExecutionStateJobFlowExecutionStatusDetail.Builder state(JobFlowExecutionState state)
The state of the job flow.
state - The state of the job flow.JobFlowExecutionState,
JobFlowExecutionStateJobFlowExecutionStatusDetail.Builder creationDateTime(Instant creationDateTime)
The creation date and time of the job flow.
creationDateTime - The creation date and time of the job flow.JobFlowExecutionStatusDetail.Builder startDateTime(Instant startDateTime)
The start date and time of the job flow.
startDateTime - The start date and time of the job flow.JobFlowExecutionStatusDetail.Builder readyDateTime(Instant 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(Instant 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.