Interface DestroyCommand
-
- All Superinterfaces:
CdkCommand,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DestroyCommand.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-06T20:25:05.778Z") @Stability(Stable) public interface DestroyCommand extends software.amazon.jsii.JsiiSerializable, CdkCommand
Represents a cdk destroy command.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDestroyCommand.BuilderA builder forDestroyCommandstatic classDestroyCommand.Jsii$ProxyAn implementation forDestroyCommand
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DestroyCommand.Builderbuilder()default DestroyOptionsgetArgs()Additional arguments to pass to the command This can be used to test specific CLI functionality.-
Methods inherited from interface software.amazon.awscdk.cloudassembly.schema.CdkCommand
getEnabled, getExpectedMessage, getExpectError
-
-
-
-
Method Detail
-
getArgs
@Stability(Stable) @Nullable default DestroyOptions getArgs()
Additional arguments to pass to the command This can be used to test specific CLI functionality.Default: - only default args are used
-
builder
@Stability(Stable) static DestroyCommand.Builder builder()
- Returns:
- a
DestroyCommand.BuilderofDestroyCommand
-
-