Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
InstanceFleetTimeline |
InstanceFleetTimeline.clone() |
InstanceFleetTimeline |
InstanceFleetStatus.getTimeline()
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.
|
InstanceFleetTimeline |
InstanceFleetTimeline.withCreationDateTime(Date creationDateTime)
The time and date the instance fleet was created.
|
InstanceFleetTimeline |
InstanceFleetTimeline.withEndDateTime(Date endDateTime)
The time and date the instance fleet terminated.
|
InstanceFleetTimeline |
InstanceFleetTimeline.withReadyDateTime(Date readyDateTime)
The time and date the instance fleet was ready to run jobs.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceFleetStatus.setTimeline(InstanceFleetTimeline timeline)
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.
|
InstanceFleetStatus |
InstanceFleetStatus.withTimeline(InstanceFleetTimeline timeline)
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.
|
Copyright © 2023. All rights reserved.