Class CfnTestCase.M2ManagedApplicationActionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apptest.CfnTestCase.M2ManagedApplicationActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.M2ManagedApplicationActionProperty>
- Enclosing interface:
CfnTestCase.M2ManagedApplicationActionProperty
@Stability(Stable)
public static final class CfnTestCase.M2ManagedApplicationActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.M2ManagedApplicationActionProperty>
A builder for
CfnTestCase.M2ManagedApplicationActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionType(String actionType) Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getActionType()build()Builds the configured instance.properties(IResolvable properties) Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getProperties()Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getProperties()Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getResource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actionType
@Stability(Stable) public CfnTestCase.M2ManagedApplicationActionProperty.Builder actionType(String actionType) Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getActionType()- Parameters:
actionType- The action type of the Mainframe Modernization managed application action. This parameter is required.- Returns:
this
-
resource
@Stability(Stable) public CfnTestCase.M2ManagedApplicationActionProperty.Builder resource(String resource) Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getResource()- Parameters:
resource- The resource of the Mainframe Modernization managed application action. This parameter is required.- Returns:
this
-
properties
@Stability(Stable) public CfnTestCase.M2ManagedApplicationActionProperty.Builder properties(IResolvable properties) Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getProperties()- Parameters:
properties- The properties of the Mainframe Modernization managed application action.- Returns:
this
-
properties
@Stability(Stable) public CfnTestCase.M2ManagedApplicationActionProperty.Builder properties(CfnTestCase.M2ManagedActionPropertiesProperty properties) Sets the value ofCfnTestCase.M2ManagedApplicationActionProperty.getProperties()- Parameters:
properties- The properties of the Mainframe Modernization managed application action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.M2ManagedApplicationActionProperty>- Returns:
- a new instance of
CfnTestCase.M2ManagedApplicationActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-