CopyableBuilder<StepStatus.Builder,StepStatus>
, SdkBuilder<StepStatus.Builder,StepStatus>
public static interface StepStatus.Builder extends CopyableBuilder<StepStatus.Builder,StepStatus>
Modifier and Type | Method | Description |
---|---|---|
StepStatus.Builder |
failureDetails(FailureDetails failureDetails) |
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
StepStatus.Builder |
state(String state) |
The execution state of the cluster step.
|
StepStatus.Builder |
state(StepState state) |
The execution state of the cluster step.
|
StepStatus.Builder |
stateChangeReason(StepStateChangeReason stateChangeReason) |
The reason for the step execution status change.
|
StepStatus.Builder |
timeline(StepTimeline timeline) |
The timeline of the cluster step status over time.
|
copy
apply, build
StepStatus.Builder state(String state)
The execution state of the cluster step.
state
- The execution state of the cluster step.StepState
StepStatus.Builder state(StepState state)
The execution state of the cluster step.
state
- The execution state of the cluster step.StepState
StepStatus.Builder stateChangeReason(StepStateChangeReason stateChangeReason)
The reason for the step execution status change.
stateChangeReason
- The reason for the step execution status change.StepStatus.Builder failureDetails(FailureDetails failureDetails)
The details for the step failure including reason, message, and log file path where the root cause was identified.
failureDetails
- The details for the step failure including reason, message, and log file path where the root cause was
identified.StepStatus.Builder timeline(StepTimeline timeline)
The timeline of the cluster step status over time.
timeline
- The timeline of the cluster step status over time.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.