Interface EngineConfig.Builder

  • Method Details

    • engineArn

      EngineConfig.Builder engineArn(String 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

      EngineConfig.Builder browserType(String 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

      EngineConfig.Builder browserType(BrowserType 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: