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