CopyableBuilder<StepTimeline.Builder,StepTimeline>, SdkBuilder<StepTimeline.Builder,StepTimeline>public static interface StepTimeline.Builder extends CopyableBuilder<StepTimeline.Builder,StepTimeline>
| Modifier and Type | Method | Description |
|---|---|---|
StepTimeline.Builder |
creationDateTime(Date creationDateTime) |
The date and time when the cluster step was created.
|
StepTimeline.Builder |
endDateTime(Date endDateTime) |
The date and time when the cluster step execution completed or failed.
|
StepTimeline.Builder |
startDateTime(Date startDateTime) |
The date and time when the cluster step execution started.
|
copyapply, buildStepTimeline.Builder creationDateTime(Date 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(Date 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(Date 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.