@Stability(value=Stable) public static final class CdkCommands.Builder extends Object implements software.amazon.jsii.Builder<CdkCommands>
CdkCommands| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CdkCommands |
build()
Builds the configured instance.
|
CdkCommands.Builder |
deploy(DeployCommand deploy)
Sets the value of
CdkCommands.getDeploy() |
CdkCommands.Builder |
destroy(DestroyCommand destroy)
Sets the value of
CdkCommands.getDestroy() |
@Stability(value=Stable) public CdkCommands.Builder deploy(DeployCommand deploy)
CdkCommands.getDeploy()deploy - Options to for the cdk deploy command.this@Stability(value=Stable) public CdkCommands.Builder destroy(DestroyCommand destroy)
CdkCommands.getDestroy()destroy - Options to for the cdk destroy command.this@Stability(value=Stable) public CdkCommands build()
build in interface software.amazon.jsii.Builder<CdkCommands>CdkCommandsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.