Uses of Interface
software.amazon.awssdk.services.synthetics.model.VisualReferenceOutput.Builder
-
Packages that use VisualReferenceOutput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of VisualReferenceOutput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return VisualReferenceOutput.Builder Modifier and Type Method Description VisualReferenceOutput.BuilderVisualReferenceOutput.Builder. baseCanaryRunId(String baseCanaryRunId)The ID of the canary run that produced the baseline screenshots that are used for visual monitoring comparisons by this canary.VisualReferenceOutput.BuilderVisualReferenceOutput.Builder. baseScreenshots(Collection<BaseScreenshot> baseScreenshots)An array of screenshots that are used as the baseline for comparisons during visual monitoring.VisualReferenceOutput.BuilderVisualReferenceOutput.Builder. baseScreenshots(Consumer<BaseScreenshot.Builder>... baseScreenshots)An array of screenshots that are used as the baseline for comparisons during visual monitoring.VisualReferenceOutput.BuilderVisualReferenceOutput.Builder. baseScreenshots(BaseScreenshot... baseScreenshots)An array of screenshots that are used as the baseline for comparisons during visual monitoring.static VisualReferenceOutput.BuilderVisualReferenceOutput. builder()VisualReferenceOutput.BuilderVisualReferenceOutput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type VisualReferenceOutput.Builder Modifier and Type Method Description static Class<? extends VisualReferenceOutput.Builder>VisualReferenceOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type VisualReferenceOutput.Builder Modifier and Type Method Description default Canary.BuilderCanary.Builder. visualReference(Consumer<VisualReferenceOutput.Builder> visualReference)If this canary performs visual monitoring by comparing screenshots, this structure contains the ID of the canary run to use as the baseline for screenshots, and the coordinates of any parts of the screen to ignore during the visual monitoring comparison.
-