public static interface BaseScreenshot.Builder extends SdkPojo, CopyableBuilder<BaseScreenshot.Builder,BaseScreenshot>
| Modifier and Type | Method and Description |
|---|---|
BaseScreenshot.Builder |
ignoreCoordinates(Collection<String> ignoreCoordinates)
Coordinates that define the part of a screen to ignore during screenshot comparisons.
|
BaseScreenshot.Builder |
ignoreCoordinates(String... ignoreCoordinates)
Coordinates that define the part of a screen to ignore during screenshot comparisons.
|
BaseScreenshot.Builder |
screenshotName(String screenshotName)
The name of the screenshot.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBaseScreenshot.Builder screenshotName(String screenshotName)
The name of the screenshot. This is generated the first time the canary is run after the
UpdateCanary operation that specified for this canary to perform visual monitoring.
screenshotName - The name of the screenshot. This is generated the first time the canary is run after the
UpdateCanary operation that specified for this canary to perform visual monitoring.BaseScreenshot.Builder ignoreCoordinates(Collection<String> ignoreCoordinates)
Coordinates that define the part of a screen to ignore during screenshot comparisons. To obtain the coordinates to use here, use the CloudWatch console to draw the boundaries on the screen. For more information, see Editing or deleting a canary
ignoreCoordinates - Coordinates that define the part of a screen to ignore during screenshot comparisons. To obtain the
coordinates to use here, use the CloudWatch console to draw the boundaries on the screen. For more
information, see
Editing or deleting a canaryBaseScreenshot.Builder ignoreCoordinates(String... ignoreCoordinates)
Coordinates that define the part of a screen to ignore during screenshot comparisons. To obtain the coordinates to use here, use the CloudWatch console to draw the boundaries on the screen. For more information, see Editing or deleting a canary
ignoreCoordinates - Coordinates that define the part of a screen to ignore during screenshot comparisons. To obtain the
coordinates to use here, use the CloudWatch console to draw the boundaries on the screen. For more
information, see
Editing or deleting a canaryCopyright © 2022. All rights reserved.