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