Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.Builder
Packages that use CfnTestCasePropsMixin.Builder
-
Uses of CfnTestCasePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apptest
Methods in software.amazon.awscdk.cfnpropertymixins.services.apptest that return CfnTestCasePropsMixin.BuilderModifier and TypeMethodDescriptionCfnTestCasePropsMixin.Builder.create()CfnTestCasePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTestCasePropsMixin.Builder.description(String description) The description of the test case.The name of the test case.The steps in the test case.CfnTestCasePropsMixin.Builder.steps(IResolvable steps) The steps in the test case.The specified tags of the test case.