Class CfnTestCasePropsMixin.StepActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.StepActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.StepActionProperty>
- Enclosing interface:
CfnTestCasePropsMixin.StepActionProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.StepActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.StepActionProperty>
A builder for
CfnTestCasePropsMixin.StepActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.compareAction(CfnTestCasePropsMixin.CompareActionProperty compareAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getCompareAction()compareAction(IResolvable compareAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getCompareAction()mainframeAction(CfnTestCasePropsMixin.MainframeActionProperty mainframeAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getMainframeAction()mainframeAction(IResolvable mainframeAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getMainframeAction()resourceAction(CfnTestCasePropsMixin.ResourceActionProperty resourceAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getResourceAction()resourceAction(IResolvable resourceAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getResourceAction()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
compareAction
@Stability(Stable) public CfnTestCasePropsMixin.StepActionProperty.Builder compareAction(IResolvable compareAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getCompareAction()- Parameters:
compareAction- The compare action of the step action.- Returns:
this
-
compareAction
@Stability(Stable) public CfnTestCasePropsMixin.StepActionProperty.Builder compareAction(CfnTestCasePropsMixin.CompareActionProperty compareAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getCompareAction()- Parameters:
compareAction- The compare action of the step action.- Returns:
this
-
mainframeAction
@Stability(Stable) public CfnTestCasePropsMixin.StepActionProperty.Builder mainframeAction(IResolvable mainframeAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getMainframeAction()- Parameters:
mainframeAction- The mainframe action of the step action.- Returns:
this
-
mainframeAction
@Stability(Stable) public CfnTestCasePropsMixin.StepActionProperty.Builder mainframeAction(CfnTestCasePropsMixin.MainframeActionProperty mainframeAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getMainframeAction()- Parameters:
mainframeAction- The mainframe action of the step action.- Returns:
this
-
resourceAction
@Stability(Stable) public CfnTestCasePropsMixin.StepActionProperty.Builder resourceAction(IResolvable resourceAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getResourceAction()- Parameters:
resourceAction- The resource action of the step action.- Returns:
this
-
resourceAction
@Stability(Stable) public CfnTestCasePropsMixin.StepActionProperty.Builder resourceAction(CfnTestCasePropsMixin.ResourceActionProperty resourceAction) Sets the value ofCfnTestCasePropsMixin.StepActionProperty.getResourceAction()- Parameters:
resourceAction- The resource action of the step action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin.StepActionProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.StepActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-