public static interface InstanceTimeline.Builder extends SdkPojo, CopyableBuilder<InstanceTimeline.Builder,InstanceTimeline>
Modifier and Type | Method and Description |
---|---|
InstanceTimeline.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time of the instance.
|
InstanceTimeline.Builder |
endDateTime(Instant endDateTime)
The date and time when the instance was terminated.
|
InstanceTimeline.Builder |
readyDateTime(Instant readyDateTime)
The date and time when the instance was ready to perform tasks.
|
copy
applyMutation, build
InstanceTimeline.Builder creationDateTime(Instant creationDateTime)
The creation date and time of the instance.
creationDateTime
- The creation date and time of the instance.InstanceTimeline.Builder readyDateTime(Instant 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(Instant endDateTime)
The date and time when the instance was terminated.
endDateTime
- The date and time when the instance was terminated.Copyright © 2019. All rights reserved.