@Stability(value=Experimental) public static final class IntegrationTestCommonOptions.Builder extends Object implements software.amazon.jsii.Builder<IntegrationTestCommonOptions>
IntegrationTestCommonOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationTestCommonOptions |
build()
Builds the configured instance.
|
IntegrationTestCommonOptions.Builder |
destroyAfterDeploy(Boolean destroyAfterDeploy)
Sets the value of
IntegrationTestCommonOptions.getDestroyAfterDeploy() |
@Stability(value=Experimental) public IntegrationTestCommonOptions.Builder destroyAfterDeploy(Boolean destroyAfterDeploy)
IntegrationTestCommonOptions.getDestroyAfterDeploy()destroyAfterDeploy - Destroy the test app after a successful deployment.
If disabled, leaves the
app deployed in the dev account.this@Stability(value=Experimental) public IntegrationTestCommonOptions build()
build in interface software.amazon.jsii.Builder<IntegrationTestCommonOptions>IntegrationTestCommonOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.