| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Hooks |
build()
Builds the configured instance.
|
Hooks.Builder |
postDeploy(List<String> postDeploy)
Sets the value of
Hooks.getPostDeploy() |
Hooks.Builder |
postDestroy(List<String> postDestroy)
Sets the value of
Hooks.getPostDestroy() |
Hooks.Builder |
preDeploy(List<String> preDeploy)
Sets the value of
Hooks.getPreDeploy() |
Hooks.Builder |
preDestroy(List<String> preDestroy)
Sets the value of
Hooks.getPreDestroy() |
@Stability(value=Stable) public Hooks.Builder postDeploy(List<String> postDeploy)
Hooks.getPostDeploy()postDeploy - Commands to run prior after deploying the cdk stacks in the integration test.this@Stability(value=Stable) public Hooks.Builder postDestroy(List<String> postDestroy)
Hooks.getPostDestroy()postDestroy - Commands to run after destroying the cdk stacks in the integration test.this@Stability(value=Stable) public Hooks.Builder preDeploy(List<String> preDeploy)
Hooks.getPreDeploy()preDeploy - Commands to run prior to deploying the cdk stacks in the integration test.this@Stability(value=Stable) public Hooks.Builder preDestroy(List<String> preDestroy)
Hooks.getPreDestroy()preDestroy - Commands to run prior to destroying the cdk stacks in the integration test.this@Stability(value=Stable) public Hooks build()
build in interface software.amazon.jsii.Builder<Hooks>HooksNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.