Interface EngineConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EngineConfig.Builder,
,EngineConfig> SdkBuilder<EngineConfig.Builder,
,EngineConfig> SdkPojo
- Enclosing class:
EngineConfig
@Mutable
@NotThreadSafe
public static interface EngineConfig.Builder
extends SdkPojo, CopyableBuilder<EngineConfig.Builder,EngineConfig>
-
Method Summary
Modifier and TypeMethodDescriptionbrowserType
(String browserType) The browser type associated with this engine configuration.browserType
(BrowserType browserType) The browser type associated with this engine configuration.Each engine configuration contains the ARN of the Lambda function that is used as the canary's engine for a specific browser type.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
-
engineArn
Each engine configuration contains the ARN of the Lambda function that is used as the canary's engine for a specific browser type.
- Parameters:
engineArn
- Each engine configuration contains the ARN of the Lambda function that is used as the canary's engine for a specific browser type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
browserType
The browser type associated with this engine configuration.
- Parameters:
browserType
- The browser type associated with this engine 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 engine configuration.
- Parameters:
browserType
- The browser type associated with this engine configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-