Uses of Class
software.amazon.awscdk.cloudassembly.schema.DestroyCommand.Builder
-
-
Uses of DestroyCommand.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return DestroyCommand.Builder Modifier and Type Method Description DestroyCommand.BuilderDestroyCommand.Builder. args(DestroyOptions args)Sets the value ofDestroyCommand.getArgs()static DestroyCommand.BuilderDestroyCommand. builder()DestroyCommand.BuilderDestroyCommand.Builder. enabled(Boolean enabled)Sets the value ofCdkCommand.getEnabled()DestroyCommand.BuilderDestroyCommand.Builder. expectedMessage(String expectedMessage)Sets the value ofCdkCommand.getExpectedMessage()DestroyCommand.BuilderDestroyCommand.Builder. expectError(Boolean expectError)Sets the value ofCdkCommand.getExpectError()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type DestroyCommand.Builder Constructor Description Jsii$Proxy(DestroyCommand.Builder builder)Constructor that initializes the object based on literal property values passed by theDestroyCommand.Builder.
-