Class InstanceGroupTimeline
- java.lang.Object
-
- software.amazon.awssdk.services.emr.model.InstanceGroupTimeline
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
@Generated("software.amazon.awssdk:codegen") public final class InstanceGroupTimeline extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
The timeline of the instance group lifecycle.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceGroupTimeline.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InstanceGroupTimeline.Builderbuilder()InstantcreationDateTime()The creation date and time of the instance group.InstantendDateTime()The date and time when the instance group terminated.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantreadyDateTime()The date and time when the instance group became ready to perform tasks.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InstanceGroupTimeline.Builder>serializableBuilderClass()InstanceGroupTimeline.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
creationDateTime
public final Instant creationDateTime()
The creation date and time of the instance group.
- Returns:
- The creation date and time of the instance group.
-
readyDateTime
public final Instant readyDateTime()
The date and time when the instance group became ready to perform tasks.
- Returns:
- The date and time when the instance group became ready to perform tasks.
-
endDateTime
public final Instant endDateTime()
The date and time when the instance group terminated.
- Returns:
- The date and time when the instance group terminated.
-
toBuilder
public InstanceGroupTimeline.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
-
builder
public static InstanceGroupTimeline.Builder builder()
-
serializableBuilderClass
public static Class<? extends InstanceGroupTimeline.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-