Class CfnTestCaseMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCaseMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCaseMixinProps>
- Enclosing interface:
CfnTestCaseMixinProps
@Stability(Stable)
public static final class CfnTestCaseMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCaseMixinProps>
A builder for
CfnTestCaseMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnTestCaseMixinProps.getDescription()Sets the value ofCfnTestCaseMixinProps.getName()Sets the value ofCfnTestCaseMixinProps.getSteps()steps(IResolvable steps) Sets the value ofCfnTestCaseMixinProps.getSteps()Sets the value ofCfnTestCaseMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnTestCaseMixinProps.getDescription()- Parameters:
description- The description of the test case.- Returns:
this
-
name
Sets the value ofCfnTestCaseMixinProps.getName()- Parameters:
name- The name of the test case.- Returns:
this
-
steps
Sets the value ofCfnTestCaseMixinProps.getSteps()- Parameters:
steps- The steps in the test case.- Returns:
this
-
steps
Sets the value ofCfnTestCaseMixinProps.getSteps()- Parameters:
steps- The steps in the test case.- Returns:
this
-
tags
Sets the value ofCfnTestCaseMixinProps.getTags()- Parameters:
tags- The specified tags of the test case.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCaseMixinProps>- Returns:
- a new instance of
CfnTestCaseMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-