public static interface InstanceGroupTimeline.Builder extends SdkPojo, CopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
Modifier and Type | Method and Description |
---|---|
InstanceGroupTimeline.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time of the instance group.
|
InstanceGroupTimeline.Builder |
endDateTime(Instant endDateTime)
The date and time when the instance group terminated.
|
InstanceGroupTimeline.Builder |
readyDateTime(Instant readyDateTime)
The date and time when the instance group became ready to perform tasks.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
InstanceGroupTimeline.Builder creationDateTime(Instant creationDateTime)
The creation date and time of the instance group.
creationDateTime
- The creation date and time of the instance group.InstanceGroupTimeline.Builder readyDateTime(Instant readyDateTime)
The date and time when the instance group became ready to perform tasks.
readyDateTime
- The date and time when the instance group became ready to perform tasks.InstanceGroupTimeline.Builder endDateTime(Instant endDateTime)
The date and time when the instance group terminated.
endDateTime
- The date and time when the instance group terminated.Copyright © 2022. All rights reserved.