public static interface StepTimeline.Builder extends CopyableBuilder<StepTimeline.Builder,StepTimeline>
| Modifier and Type | Method and Description |
|---|---|
StepTimeline.Builder |
creationDateTime(Instant creationDateTime)
The date and time when the cluster step was created.
|
StepTimeline.Builder |
endDateTime(Instant endDateTime)
The date and time when the cluster step execution completed or failed.
|
StepTimeline.Builder |
startDateTime(Instant startDateTime)
The date and time when the cluster step execution started.
|
copyapply, buildStepTimeline.Builder creationDateTime(Instant creationDateTime)
The date and time when the cluster step was created.
creationDateTime - The date and time when the cluster step was created.StepTimeline.Builder startDateTime(Instant startDateTime)
The date and time when the cluster step execution started.
startDateTime - The date and time when the cluster step execution started.StepTimeline.Builder endDateTime(Instant endDateTime)
The date and time when the cluster step execution completed or failed.
endDateTime - The date and time when the cluster step execution completed or failed.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.