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