Class CfnTestCasePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin>
- Enclosing class:
CfnTestCasePropsMixin
@Stability(Stable)
public static final class CfnTestCasePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin>
A fluent builder for
CfnTestCasePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the test case.The name of the test case.The steps in the test case.steps(IResolvable steps) The steps in the test case.The specified tags of the test case.
-
Method Details
-
create
@Stability(Stable) public static CfnTestCasePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTestCasePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTestCasePropsMixin.Builder.
-
description
The description of the test case.- Parameters:
description- The description of the test case. This parameter is required.- Returns:
this- See Also:
-
name
The name of the test case.- Parameters:
name- The name of the test case. This parameter is required.- Returns:
this- See Also:
-
steps
The steps in the test case.- Parameters:
steps- The steps in the test case. This parameter is required.- Returns:
this- See Also:
-
steps
The steps in the test case.- Parameters:
steps- The steps in the test case. This parameter is required.- Returns:
this- See Also:
-
tags
The specified tags of the test case.- Parameters:
tags- The specified tags of the test case. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin>- Returns:
- a newly built instance of
CfnTestCasePropsMixin.
-