public static interface StepExecutionStatusDetail.Builder extends CopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>
Modifier and Type | Method and Description |
---|---|
StepExecutionStatusDetail.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time of the step.
|
StepExecutionStatusDetail.Builder |
endDateTime(Instant endDateTime)
The completion date and time of the step.
|
StepExecutionStatusDetail.Builder |
lastStateChangeReason(String lastStateChangeReason)
A description of the step's current state.
|
StepExecutionStatusDetail.Builder |
startDateTime(Instant startDateTime)
The start date and time of the step.
|
StepExecutionStatusDetail.Builder |
state(StepExecutionState state)
The state of the step.
|
StepExecutionStatusDetail.Builder |
state(String state)
The state of the step.
|
copy
applyMutation, build
StepExecutionStatusDetail.Builder state(String state)
The state of the step.
state
- The state of the step.StepExecutionState
,
StepExecutionState
StepExecutionStatusDetail.Builder state(StepExecutionState state)
The state of the step.
state
- The state of the step.StepExecutionState
,
StepExecutionState
StepExecutionStatusDetail.Builder creationDateTime(Instant creationDateTime)
The creation date and time of the step.
creationDateTime
- The creation date and time of the step.StepExecutionStatusDetail.Builder startDateTime(Instant startDateTime)
The start date and time of the step.
startDateTime
- The start date and time of the step.StepExecutionStatusDetail.Builder endDateTime(Instant endDateTime)
The completion date and time of the step.
endDateTime
- The completion date and time of the step.StepExecutionStatusDetail.Builder lastStateChangeReason(String lastStateChangeReason)
A description of the step's current state.
lastStateChangeReason
- A description of the step's current state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.