Class CfnTestCase.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase>
- Enclosing class:
CfnTestCase
CfnTestCase
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnTestCase.Builder
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 CfnTestCase.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTestCase.Builder
.
-
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:
-
description
The description of the test case.- Parameters:
description
- The description of 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnTestCase>
- Returns:
- a newly built instance of
CfnTestCase
.
-