@Stability(value=Stable) public static final class CfnCanary.BaseScreenshotProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCanary.BaseScreenshotProperty>
CfnCanary.BaseScreenshotProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCanary.BaseScreenshotProperty |
build()
Builds the configured instance.
|
CfnCanary.BaseScreenshotProperty.Builder |
ignoreCoordinates(List<String> ignoreCoordinates)
Sets the value of
CfnCanary.BaseScreenshotProperty.getIgnoreCoordinates() |
CfnCanary.BaseScreenshotProperty.Builder |
screenshotName(String screenshotName)
Sets the value of
CfnCanary.BaseScreenshotProperty.getScreenshotName() |
@Stability(value=Stable) public CfnCanary.BaseScreenshotProperty.Builder screenshotName(String screenshotName)
CfnCanary.BaseScreenshotProperty.getScreenshotName()screenshotName - The name of the screenshot. This parameter is required.
This is generated the first time the canary is run after the UpdateCanary operation that specified for this canary to perform visual monitoring.this@Stability(value=Stable) public CfnCanary.BaseScreenshotProperty.Builder ignoreCoordinates(List<String> ignoreCoordinates)
CfnCanary.BaseScreenshotProperty.getIgnoreCoordinates()ignoreCoordinates - Coordinates that define the part of a screen to ignore during screenshot comparisons.
To obtain the coordinates to use here, use the CloudWatch Logs console to draw the boundaries on the screen. For more information, see {LINK}this@Stability(value=Stable) public CfnCanary.BaseScreenshotProperty build()
build in interface software.amazon.jsii.Builder<CfnCanary.BaseScreenshotProperty>CfnCanary.BaseScreenshotPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.