CopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
, SdkBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
public static interface InstanceGroupTimeline.Builder extends CopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
Modifier and Type | Method | Description |
---|---|---|
InstanceGroupTimeline.Builder |
creationDateTime(Date creationDateTime) |
The creation date and time of the instance group.
|
InstanceGroupTimeline.Builder |
endDateTime(Date endDateTime) |
The date and time when the instance group terminated.
|
InstanceGroupTimeline.Builder |
readyDateTime(Date readyDateTime) |
The date and time when the instance group became ready to perform tasks.
|
copy
apply, build
InstanceGroupTimeline.Builder creationDateTime(Date creationDateTime)
The creation date and time of the instance group.
creationDateTime
- The creation date and time of the instance group.InstanceGroupTimeline.Builder readyDateTime(Date 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(Date 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.