Interface VisualReferenceOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VisualReferenceOutput.Builder,,- VisualReferenceOutput> - SdkBuilder<VisualReferenceOutput.Builder,,- VisualReferenceOutput> - SdkPojo
- Enclosing class:
- VisualReferenceOutput
@Mutable
@NotThreadSafe
public static interface VisualReferenceOutput.Builder
extends SdkPojo, CopyableBuilder<VisualReferenceOutput.Builder,VisualReferenceOutput> 
- 
Method SummaryModifier and TypeMethodDescriptionbaseCanaryRunId(String baseCanaryRunId) The ID of the canary run that produced the baseline screenshots that are used for visual monitoring comparisons by this canary.baseScreenshots(Collection<BaseScreenshot> baseScreenshots) An array of screenshots that are used as the baseline for comparisons during visual monitoring.baseScreenshots(Consumer<BaseScreenshot.Builder>... baseScreenshots) An array of screenshots that are used as the baseline for comparisons during visual monitoring.baseScreenshots(BaseScreenshot... baseScreenshots) An array of screenshots that are used as the baseline for comparisons during visual monitoring.browserType(String browserType) The browser type associated with this visual reference.browserType(BrowserType browserType) The browser type associated with this visual reference.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
baseScreenshotsAn array of screenshots that are used as the baseline for comparisons during visual monitoring. - Parameters:
- baseScreenshots- An array of screenshots that are used as the baseline for comparisons during visual monitoring.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
baseScreenshotsAn array of screenshots that are used as the baseline for comparisons during visual monitoring. - Parameters:
- baseScreenshots- An array of screenshots that are used as the baseline for comparisons during visual monitoring.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
baseScreenshotsAn array of screenshots that are used as the baseline for comparisons during visual monitoring. This is a convenience method that creates an instance of theBaseScreenshot.Builderavoiding the need to create one manually viaBaseScreenshot.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobaseScreenshots(List<BaseScreenshot>).- Parameters:
- baseScreenshots- a consumer that will call methods on- BaseScreenshot.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
baseCanaryRunIdThe ID of the canary run that produced the baseline screenshots that are used for visual monitoring comparisons by this canary. - Parameters:
- baseCanaryRunId- The ID of the canary run that produced the baseline screenshots that are used for visual monitoring comparisons by this canary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
browserTypeThe browser type associated with this visual reference. - Parameters:
- browserType- The browser type associated with this visual reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
browserTypeThe browser type associated with this visual reference. - Parameters:
- browserType- The browser type associated with this visual reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-