| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceFleetTimeline.Builder |
InstanceFleetTimeline.builder() |
InstanceFleetTimeline.Builder |
InstanceFleetTimeline.Builder.creationDateTime(Instant creationDateTime)
The time and date the instance fleet was created.
|
InstanceFleetTimeline.Builder |
InstanceFleetTimeline.Builder.endDateTime(Instant endDateTime)
The time and date the instance fleet terminated.
|
InstanceFleetTimeline.Builder |
InstanceFleetTimeline.Builder.readyDateTime(Instant readyDateTime)
The time and date the instance fleet was ready to run jobs.
|
InstanceFleetTimeline.Builder |
InstanceFleetTimeline.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceFleetTimeline.Builder> |
InstanceFleetTimeline.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceFleetStatus.Builder |
InstanceFleetStatus.Builder.timeline(Consumer<InstanceFleetTimeline.Builder> 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 © 2022. All rights reserved.