Interface BrowserConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BrowserConfig.Builder,
,BrowserConfig> SdkBuilder<BrowserConfig.Builder,
,BrowserConfig> SdkPojo
- Enclosing class:
BrowserConfig
@Mutable
@NotThreadSafe
public static interface BrowserConfig.Builder
extends SdkPojo, CopyableBuilder<BrowserConfig.Builder,BrowserConfig>
-
Method Summary
Modifier and TypeMethodDescriptionbrowserType
(String browserType) The browser type associated with this browser configuration.browserType
(BrowserType browserType) The browser type associated with this browser configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
browserType
The browser type associated with this browser configuration.
- Parameters:
browserType
- The browser type associated with this browser configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
browserType
The browser type associated with this browser configuration.
- Parameters:
browserType
- The browser type associated with this browser configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-