| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
VisualReferenceOutput.Builder |
VisualReferenceOutput.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.Builder |
VisualReferenceOutput.Builder.baseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
VisualReferenceOutput.Builder |
VisualReferenceOutput.Builder.baseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
VisualReferenceOutput.Builder |
VisualReferenceOutput.Builder.baseScreenshots(Consumer<BaseScreenshot.Builder>... baseScreenshots)
An array of screenshots that are used as the baseline for comparisons during visual monitoring.
|
static VisualReferenceOutput.Builder |
VisualReferenceOutput.builder() |
VisualReferenceOutput.Builder |
VisualReferenceOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VisualReferenceOutput.Builder> |
VisualReferenceOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Canary.Builder |
Canary.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.
|
Copyright © 2023. All rights reserved.