Uses of Interface
software.amazon.awssdk.services.synthetics.model.CanaryRun.Builder
-
Packages that use CanaryRun.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRun.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRun.Builder Modifier and Type Method Description CanaryRun.BuilderCanaryRun.Builder. artifactS3Location(String artifactS3Location)The location where the canary stored artifacts from the run.static CanaryRun.BuilderCanaryRun. builder()CanaryRun.BuilderCanaryRun.Builder. id(String id)A unique ID that identifies this canary run.CanaryRun.BuilderCanaryRun.Builder. name(String name)The name of the canary.default CanaryRun.BuilderCanaryRun.Builder. status(Consumer<CanaryRunStatus.Builder> status)The status of this run.CanaryRun.BuilderCanaryRun.Builder. status(CanaryRunStatus status)The status of this run.default CanaryRun.BuilderCanaryRun.Builder. timeline(Consumer<CanaryRunTimeline.Builder> timeline)A structure that contains the start and end times of this run.CanaryRun.BuilderCanaryRun.Builder. timeline(CanaryRunTimeline timeline)A structure that contains the start and end times of this run.CanaryRun.BuilderCanaryRun. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryRun.Builder Modifier and Type Method Description static Class<? extends CanaryRun.Builder>CanaryRun. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryRun.Builder Modifier and Type Method Description default CanaryLastRun.BuilderCanaryLastRun.Builder. lastRun(Consumer<CanaryRun.Builder> lastRun)The results from this canary's most recent run.
-