Class CfnCanaryPropsMixin.BrowserConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.synthetics.CfnCanaryPropsMixin.BrowserConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCanaryPropsMixin.BrowserConfigProperty>
- Enclosing interface:
CfnCanaryPropsMixin.BrowserConfigProperty
@Stability(Stable)
public static final class CfnCanaryPropsMixin.BrowserConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCanaryPropsMixin.BrowserConfigProperty>
A builder for
CfnCanaryPropsMixin.BrowserConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrowserType(String browserType) Sets the value ofCfnCanaryPropsMixin.BrowserConfigProperty.getBrowserType()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
browserType
@Stability(Stable) public CfnCanaryPropsMixin.BrowserConfigProperty.Builder browserType(String browserType) Sets the value ofCfnCanaryPropsMixin.BrowserConfigProperty.getBrowserType()- Parameters:
browserType- The browser type associated with this browser configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCanaryPropsMixin.BrowserConfigProperty>- Returns:
- a new instance of
CfnCanaryPropsMixin.BrowserConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-