| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
VisualReferenceInput.Builder |
VisualReferenceInput.Builder.baseCanaryRunId(String baseCanaryRunId)
Specifies which canary run to use the screenshots from as the baseline for future visual monitoring with this
canary.
|
VisualReferenceInput.Builder |
VisualReferenceInput.Builder.baseScreenshots(BaseScreenshot... baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this
canary.
|
VisualReferenceInput.Builder |
VisualReferenceInput.Builder.baseScreenshots(Collection<BaseScreenshot> baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this
canary.
|
VisualReferenceInput.Builder |
VisualReferenceInput.Builder.baseScreenshots(Consumer<BaseScreenshot.Builder>... baseScreenshots)
An array of screenshots that will be used as the baseline for visual monitoring in future runs of this
canary.
|
static VisualReferenceInput.Builder |
VisualReferenceInput.builder() |
VisualReferenceInput.Builder |
VisualReferenceInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VisualReferenceInput.Builder> |
VisualReferenceInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.visualReference(Consumer<VisualReferenceInput.Builder> visualReference)
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during
future runs of this canary.
|
Copyright © 2023. All rights reserved.