@Generated(value="software.amazon.awssdk:codegen") public final class StepStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StepStatus.Builder,StepStatus>
The execution status details of the cluster step.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StepStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StepStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureDetails |
failureDetails()
The details for the step failure including reason, message, and log file path where the root cause was
identified.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StepStatus.Builder> |
serializableBuilderClass() |
StepState |
state()
The execution state of the cluster step.
|
String |
stateAsString()
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final StepState state()
The execution state of the cluster step.
If the service returns an enum value that is not available in the current SDK version, state will return
StepState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StepStatepublic final String stateAsString()
The execution state of the cluster step.
If the service returns an enum value that is not available in the current SDK version, state will return
StepState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
StepStatepublic final StepStateChangeReason stateChangeReason()
The reason for the step execution status change.
public final FailureDetails failureDetails()
The details for the step failure including reason, message, and log file path where the root cause was identified.
public final StepTimeline timeline()
The timeline of the cluster step status over time.
public StepStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StepStatus.Builder,StepStatus>public static StepStatus.Builder builder()
public static Class<? extends StepStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.