@Stability(value=Stable) public static final class CfnCanary.VisualReferenceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCanary.VisualReferenceProperty>
CfnCanary.VisualReferenceProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCanary.VisualReferenceProperty.Builder |
baseCanaryRunId(String baseCanaryRunId)
Sets the value of
CfnCanary.VisualReferenceProperty.getBaseCanaryRunId() |
CfnCanary.VisualReferenceProperty.Builder |
baseScreenshots(IResolvable baseScreenshots)
Sets the value of
CfnCanary.VisualReferenceProperty.getBaseScreenshots() |
CfnCanary.VisualReferenceProperty.Builder |
baseScreenshots(List<? extends Object> baseScreenshots)
Sets the value of
CfnCanary.VisualReferenceProperty.getBaseScreenshots() |
CfnCanary.VisualReferenceProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnCanary.VisualReferenceProperty.Builder baseCanaryRunId(String baseCanaryRunId)
CfnCanary.VisualReferenceProperty.getBaseCanaryRunId()baseCanaryRunId - Specifies which canary run to use the screenshots from as the baseline for future visual monitoring with this canary. This parameter is required.
Valid values are nextrun to use the screenshots from the next run after this update is made, lastrun to use the screenshots from the most recent run before this update was made, or the value of Id in the CanaryRun from any past run of this canary.this@Stability(value=Stable) public CfnCanary.VisualReferenceProperty.Builder baseScreenshots(IResolvable baseScreenshots)
CfnCanary.VisualReferenceProperty.getBaseScreenshots()baseScreenshots - An array of screenshots that are used as the baseline for comparisons during visual monitoring.this@Stability(value=Stable) public CfnCanary.VisualReferenceProperty.Builder baseScreenshots(List<? extends Object> baseScreenshots)
CfnCanary.VisualReferenceProperty.getBaseScreenshots()baseScreenshots - An array of screenshots that are used as the baseline for comparisons during visual monitoring.this@Stability(value=Stable) public CfnCanary.VisualReferenceProperty build()
build in interface software.amazon.jsii.Builder<CfnCanary.VisualReferenceProperty>CfnCanary.VisualReferencePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.