Class CfnTestCasePropsMixin.ResourceActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.ResourceActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.ResourceActionProperty>
- Enclosing interface:
CfnTestCasePropsMixin.ResourceActionProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.ResourceActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.ResourceActionProperty>
A builder for
CfnTestCasePropsMixin.ResourceActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cloudFormationAction(CfnTestCasePropsMixin.CloudFormationActionProperty cloudFormationAction) Sets the value ofCfnTestCasePropsMixin.ResourceActionProperty.getCloudFormationAction()cloudFormationAction(IResolvable cloudFormationAction) Sets the value ofCfnTestCasePropsMixin.ResourceActionProperty.getCloudFormationAction()m2ManagedApplicationAction(CfnTestCasePropsMixin.M2ManagedApplicationActionProperty m2ManagedApplicationAction) m2ManagedApplicationAction(IResolvable m2ManagedApplicationAction) m2NonManagedApplicationAction(CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty m2NonManagedApplicationAction) m2NonManagedApplicationAction(IResolvable m2NonManagedApplicationAction)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cloudFormationAction
@Stability(Stable) public CfnTestCasePropsMixin.ResourceActionProperty.Builder cloudFormationAction(IResolvable cloudFormationAction) Sets the value ofCfnTestCasePropsMixin.ResourceActionProperty.getCloudFormationAction()- Parameters:
cloudFormationAction- The CloudFormation action of the resource action.- Returns:
this
-
cloudFormationAction
@Stability(Stable) public CfnTestCasePropsMixin.ResourceActionProperty.Builder cloudFormationAction(CfnTestCasePropsMixin.CloudFormationActionProperty cloudFormationAction) Sets the value ofCfnTestCasePropsMixin.ResourceActionProperty.getCloudFormationAction()- Parameters:
cloudFormationAction- The CloudFormation action of the resource action.- Returns:
this
-
m2ManagedApplicationAction
@Stability(Stable) public CfnTestCasePropsMixin.ResourceActionProperty.Builder m2ManagedApplicationAction(IResolvable m2ManagedApplicationAction) - Parameters:
m2ManagedApplicationAction- The Mainframe Modernization managed application action of the resource action.- Returns:
this
-
m2ManagedApplicationAction
@Stability(Stable) public CfnTestCasePropsMixin.ResourceActionProperty.Builder m2ManagedApplicationAction(CfnTestCasePropsMixin.M2ManagedApplicationActionProperty m2ManagedApplicationAction) - Parameters:
m2ManagedApplicationAction- The Mainframe Modernization managed application action of the resource action.- Returns:
this
-
m2NonManagedApplicationAction
@Stability(Stable) public CfnTestCasePropsMixin.ResourceActionProperty.Builder m2NonManagedApplicationAction(IResolvable m2NonManagedApplicationAction) - Parameters:
m2NonManagedApplicationAction- The Mainframe Modernization non-managed application action of the resource action.- Returns:
this
-
m2NonManagedApplicationAction
@Stability(Stable) public CfnTestCasePropsMixin.ResourceActionProperty.Builder m2NonManagedApplicationAction(CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty m2NonManagedApplicationAction) - Parameters:
m2NonManagedApplicationAction- The Mainframe Modernization non-managed application action of the resource action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCasePropsMixin.ResourceActionProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.ResourceActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-