Uses of Interface
software.amazon.awssdk.services.emr.model.StepTimeline.Builder
-
Packages that use StepTimeline.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of StepTimeline.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return StepTimeline.Builder Modifier and Type Method Description static StepTimeline.BuilderStepTimeline. builder()StepTimeline.BuilderStepTimeline.Builder. creationDateTime(Instant creationDateTime)The date and time when the cluster step was created.StepTimeline.BuilderStepTimeline.Builder. endDateTime(Instant endDateTime)The date and time when the cluster step execution completed or failed.StepTimeline.BuilderStepTimeline.Builder. startDateTime(Instant startDateTime)The date and time when the cluster step execution started.StepTimeline.BuilderStepTimeline. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type StepTimeline.Builder Modifier and Type Method Description static Class<? extends StepTimeline.Builder>StepTimeline. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type StepTimeline.Builder Modifier and Type Method Description default StepStatus.BuilderStepStatus.Builder. timeline(Consumer<StepTimeline.Builder> timeline)The timeline of the cluster step status over time.
-