@Stability(value=Experimental) public static final class CustomTestOptions.Builder extends Object implements software.amazon.jsii.Builder<CustomTestOptions>
CustomTestOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomTestOptions |
build()
Builds the configured instance.
|
CustomTestOptions.Builder |
code(Code code)
Sets the value of
CustomTestOptions.getCode() |
CustomTestOptions.Builder |
handler(String handler)
Sets the value of
CustomTestOptions.getHandler() |
@Stability(value=Experimental) public CustomTestOptions.Builder code(Code code)
CustomTestOptions.getCode()code - The code of the canary script. This parameter is required.this@Stability(value=Experimental) public CustomTestOptions.Builder handler(String handler)
CustomTestOptions.getHandler()handler - The handler for the code. This parameter is required.
Must end with .handler.this@Stability(value=Experimental) public CustomTestOptions build()
build in interface software.amazon.jsii.Builder<CustomTestOptions>CustomTestOptionsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.