@Stability(value=Stable)
public static interface CfnCanary.VisualReferenceProperty
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.*;
VisualReferenceProperty visualReferenceProperty = VisualReferenceProperty.builder()
.baseCanaryRunId("baseCanaryRunId")
// the properties below are optional
.baseScreenshots(List.of(BaseScreenshotProperty.builder()
.screenshotName("screenshotName")
// the properties below are optional
.ignoreCoordinates(List.of("ignoreCoordinates"))
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCanary.VisualReferenceProperty.Builder
A builder for
CfnCanary.VisualReferenceProperty |
static class |
CfnCanary.VisualReferenceProperty.Jsii$Proxy
An implementation for
CfnCanary.VisualReferenceProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCanary.VisualReferenceProperty.Builder |
builder() |
String |
getBaseCanaryRunId()
`CfnCanary.VisualReferenceProperty.BaseCanaryRunId`.
|
default Object |
getBaseScreenshots()
`CfnCanary.VisualReferenceProperty.BaseScreenshots`.
|
@Stability(value=Stable) @NotNull String getBaseCanaryRunId()
@Stability(value=Stable) @Nullable default Object getBaseScreenshots()
@Stability(value=Stable) static CfnCanary.VisualReferenceProperty.Builder builder()
Copyright © 2021. All rights reserved.