public static interface InstanceGroupTimeline.Builder extends 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.
|
copyapply, buildInstanceGroupTimeline.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.