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