StructuredPojo, ToCopyableBuilder<StepStatus.Builder,StepStatus>@Generated("software.amazon.awssdk:codegen") public class StepStatus extends Object implements StructuredPojo, ToCopyableBuilder<StepStatus.Builder,StepStatus>
The execution status details of the cluster step.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
StepStatus.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static StepStatus.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
FailureDetails |
failureDetails() |
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends StepStatus.Builder> |
serializableBuilderClass() |
|
String |
state() |
The execution state of the cluster step.
|
StepStateChangeReason |
stateChangeReason() |
The reason for the step execution status change.
|
StepTimeline |
timeline() |
The timeline of the cluster step status over time.
|
StepStatus.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String state()
The execution state of the cluster step.
StepStatepublic StepStateChangeReason stateChangeReason()
The reason for the step execution status change.
public FailureDetails failureDetails()
The details for the step failure including reason, message, and log file path where the root cause was identified.
public StepTimeline timeline()
The timeline of the cluster step status over time.
public StepStatus.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StepStatus.Builder,StepStatus>public static StepStatus.Builder builder()
public static Class<? extends StepStatus.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.