@Generated(value="software.amazon.awssdk:codegen") public final class StepTimeline extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StepTimeline.Builder,StepTimeline>
The timeline of the cluster step lifecycle.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StepTimeline.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StepTimeline.Builder |
builder() |
Instant |
creationDateTime()
The date and time when the cluster step was created.
|
Instant |
endDateTime()
The date and time when the cluster step execution completed or failed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends StepTimeline.Builder> |
serializableBuilderClass() |
Instant |
startDateTime()
The date and time when the cluster step execution started.
|
StepTimeline.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationDateTime()
The date and time when the cluster step was created.
public final Instant startDateTime()
The date and time when the cluster step execution started.
public final Instant endDateTime()
The date and time when the cluster step execution completed or failed.
public StepTimeline.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StepTimeline.Builder,StepTimeline>public static StepTimeline.Builder builder()
public static Class<? extends StepTimeline.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.