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