Uses of Interface
software.amazon.awssdk.services.emr.model.InstanceGroupTimeline.Builder
-
Packages that use InstanceGroupTimeline.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of InstanceGroupTimeline.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return InstanceGroupTimeline.Builder Modifier and Type Method Description static InstanceGroupTimeline.BuilderInstanceGroupTimeline. builder()InstanceGroupTimeline.BuilderInstanceGroupTimeline.Builder. creationDateTime(Instant creationDateTime)The creation date and time of the instance group.InstanceGroupTimeline.BuilderInstanceGroupTimeline.Builder. endDateTime(Instant endDateTime)The date and time when the instance group terminated.InstanceGroupTimeline.BuilderInstanceGroupTimeline.Builder. readyDateTime(Instant readyDateTime)The date and time when the instance group became ready to perform tasks.InstanceGroupTimeline.BuilderInstanceGroupTimeline. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type InstanceGroupTimeline.Builder Modifier and Type Method Description static Class<? extends InstanceGroupTimeline.Builder>InstanceGroupTimeline. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type InstanceGroupTimeline.Builder Modifier and Type Method Description default InstanceGroupStatus.BuilderInstanceGroupStatus.Builder. timeline(Consumer<InstanceGroupTimeline.Builder> timeline)The timeline of the instance group status over time.
-