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