Uses of Class
software.amazon.awscdk.cloudassembly.schema.TestOptions.Builder
-
-
Uses of TestOptions.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return TestOptions.Builder Modifier and Type Method Description TestOptions.BuilderTestOptions.Builder. allowDestroy(List<String> allowDestroy)Sets the value ofTestOptions.getAllowDestroy()static TestOptions.BuilderTestOptions. builder()TestOptions.BuilderTestOptions.Builder. cdkCommandOptions(CdkCommands cdkCommandOptions)Sets the value ofTestOptions.getCdkCommandOptions()TestOptions.BuilderTestOptions.Builder. diffAssets(Boolean diffAssets)Sets the value ofTestOptions.getDiffAssets()TestOptions.BuilderTestOptions.Builder. hooks(Hooks hooks)Sets the value ofTestOptions.getHooks()TestOptions.BuilderTestOptions.Builder. regions(List<String> regions)Sets the value ofTestOptions.getRegions()TestOptions.BuilderTestOptions.Builder. stackUpdateWorkflow(Boolean stackUpdateWorkflow)Sets the value ofTestOptions.getStackUpdateWorkflow()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type TestOptions.Builder Constructor Description Jsii$Proxy(TestOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theTestOptions.Builder.
-