Uses of Interface
software.amazon.awssdk.services.synthetics.model.CanaryRunTimeline.Builder
-
Packages that use CanaryRunTimeline.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRunTimeline.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRunTimeline.Builder Modifier and Type Method Description static CanaryRunTimeline.BuilderCanaryRunTimeline. builder()CanaryRunTimeline.BuilderCanaryRunTimeline.Builder. completed(Instant completed)The end time of the run.CanaryRunTimeline.BuilderCanaryRunTimeline.Builder. started(Instant started)The start time of the run.CanaryRunTimeline.BuilderCanaryRunTimeline. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryRunTimeline.Builder Modifier and Type Method Description static Class<? extends CanaryRunTimeline.Builder>CanaryRunTimeline. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryRunTimeline.Builder Modifier and Type Method Description default CanaryRun.BuilderCanaryRun.Builder. timeline(Consumer<CanaryRunTimeline.Builder> timeline)A structure that contains the start and end times of this run.
-