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