public static interface InstanceFleetTimeline.Builder extends SdkPojo, CopyableBuilder<InstanceFleetTimeline.Builder,InstanceFleetTimeline>
Modifier and Type | Method and Description |
---|---|
InstanceFleetTimeline.Builder |
creationDateTime(Instant creationDateTime)
The time and date the instance fleet was created.
|
InstanceFleetTimeline.Builder |
endDateTime(Instant endDateTime)
The time and date the instance fleet terminated.
|
InstanceFleetTimeline.Builder |
readyDateTime(Instant readyDateTime)
The time and date the instance fleet was ready to run jobs.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceFleetTimeline.Builder creationDateTime(Instant creationDateTime)
The time and date the instance fleet was created.
creationDateTime
- The time and date the instance fleet was created.InstanceFleetTimeline.Builder readyDateTime(Instant 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.InstanceFleetTimeline.Builder endDateTime(Instant endDateTime)
The time and date the instance fleet terminated.
endDateTime
- The time and date the instance fleet terminated.Copyright © 2020. All rights reserved.