@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InstanceFleetTimeline extends Object implements Serializable, Cloneable, StructuredPojo
Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
Constructor and Description |
---|
InstanceFleetTimeline() |
Modifier and Type | Method and Description |
---|---|
InstanceFleetTimeline |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The time and date the instance fleet was created.
|
Date |
getEndDateTime()
The time and date the instance fleet terminated.
|
Date |
getReadyDateTime()
The time and date the instance fleet was ready to run jobs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The time and date the instance fleet was created.
|
void |
setEndDateTime(Date endDateTime)
The time and date the instance fleet terminated.
|
void |
setReadyDateTime(Date readyDateTime)
The time and date the instance fleet was ready to run jobs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InstanceFleetTimeline |
withCreationDateTime(Date creationDateTime)
The time and date the instance fleet was created.
|
InstanceFleetTimeline |
withEndDateTime(Date endDateTime)
The time and date the instance fleet terminated.
|
InstanceFleetTimeline |
withReadyDateTime(Date readyDateTime)
The time and date the instance fleet was ready to run jobs.
|
public void setCreationDateTime(Date creationDateTime)
The time and date the instance fleet was created.
creationDateTime
- The time and date the instance fleet was created.public Date getCreationDateTime()
The time and date the instance fleet was created.
public InstanceFleetTimeline withCreationDateTime(Date creationDateTime)
The time and date the instance fleet was created.
creationDateTime
- The time and date the instance fleet was created.public void setReadyDateTime(Date readyDateTime)
The time and date the instance fleet was ready to run jobs.
readyDateTime
- The time and date the instance fleet was ready to run jobs.public Date getReadyDateTime()
The time and date the instance fleet was ready to run jobs.
public InstanceFleetTimeline withReadyDateTime(Date readyDateTime)
The time and date the instance fleet was ready to run jobs.
readyDateTime
- The time and date the instance fleet was ready to run jobs.public void setEndDateTime(Date endDateTime)
The time and date the instance fleet terminated.
endDateTime
- The time and date the instance fleet terminated.public Date getEndDateTime()
The time and date the instance fleet terminated.
public InstanceFleetTimeline withEndDateTime(Date endDateTime)
The time and date the instance fleet terminated.
endDateTime
- The time and date the instance fleet terminated.public String toString()
toString
in class Object
Object.toString()
public InstanceFleetTimeline clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.