CopyableBuilder<InstanceTimeline.Builder,InstanceTimeline>, SdkBuilder<InstanceTimeline.Builder,InstanceTimeline>public static interface InstanceTimeline.Builder extends CopyableBuilder<InstanceTimeline.Builder,InstanceTimeline>
| Modifier and Type | Method | Description |
|---|---|---|
InstanceTimeline.Builder |
creationDateTime(Date creationDateTime) |
The creation date and time of the instance.
|
InstanceTimeline.Builder |
endDateTime(Date endDateTime) |
The date and time when the instance was terminated.
|
InstanceTimeline.Builder |
readyDateTime(Date readyDateTime) |
The date and time when the instance was ready to perform tasks.
|
copyapply, buildInstanceTimeline.Builder creationDateTime(Date creationDateTime)
The creation date and time of the instance.
creationDateTime - The creation date and time of the instance.InstanceTimeline.Builder readyDateTime(Date readyDateTime)
The date and time when the instance was ready to perform tasks.
readyDateTime - The date and time when the instance was ready to perform tasks.InstanceTimeline.Builder endDateTime(Date endDateTime)
The date and time when the instance was terminated.
endDateTime - The date and time when the instance was terminated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.