@Stability(value=Stable)
public static interface CfnCanary.BaseScreenshotProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.synthetics.*;
BaseScreenshotProperty baseScreenshotProperty = BaseScreenshotProperty.builder()
.screenshotName("screenshotName")
// the properties below are optional
.ignoreCoordinates(List.of("ignoreCoordinates"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCanary.BaseScreenshotProperty.Builder
A builder for
CfnCanary.BaseScreenshotProperty |
static class |
CfnCanary.BaseScreenshotProperty.Jsii$Proxy
An implementation for
CfnCanary.BaseScreenshotProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCanary.BaseScreenshotProperty.Builder |
builder() |
default List<String> |
getIgnoreCoordinates()
`CfnCanary.BaseScreenshotProperty.IgnoreCoordinates`.
|
String |
getScreenshotName()
`CfnCanary.BaseScreenshotProperty.ScreenshotName`.
|
@Stability(value=Stable) @Nullable default List<String> getIgnoreCoordinates()
@Stability(value=Stable) @NotNull String getScreenshotName()
@Stability(value=Stable) static CfnCanary.BaseScreenshotProperty.Builder builder()
Copyright © 2021. All rights reserved.