CopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>
, SdkBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>
public static interface StepExecutionStatusDetail.Builder extends CopyableBuilder<StepExecutionStatusDetail.Builder,StepExecutionStatusDetail>
Modifier and Type | Method | Description |
---|---|---|
StepExecutionStatusDetail.Builder |
creationDateTime(Date creationDateTime) |
The creation date and time of the step.
|
StepExecutionStatusDetail.Builder |
endDateTime(Date 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(Date startDateTime) |
The start date and time of the step.
|
StepExecutionStatusDetail.Builder |
state(String state) |
The state of the step.
|
StepExecutionStatusDetail.Builder |
state(StepExecutionState state) |
The state of the step.
|
copy
apply, build
StepExecutionStatusDetail.Builder state(String state)
The state of the step.
state
- The state of the step.StepExecutionState
StepExecutionStatusDetail.Builder state(StepExecutionState state)
The state of the step.
state
- The state of the step.StepExecutionState
StepExecutionStatusDetail.Builder creationDateTime(Date creationDateTime)
The creation date and time of the step.
creationDateTime
- The creation date and time of the step.StepExecutionStatusDetail.Builder startDateTime(Date startDateTime)
The start date and time of the step.
startDateTime
- The start date and time of the step.StepExecutionStatusDetail.Builder endDateTime(Date 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.