Class CfnTestCase.MainframeActionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apptest.CfnTestCase.MainframeActionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.MainframeActionPropertiesProperty>
- Enclosing interface:
CfnTestCase.MainframeActionPropertiesProperty
@Stability(Stable)
public static final class CfnTestCase.MainframeActionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.MainframeActionPropertiesProperty>
A builder for
CfnTestCase.MainframeActionPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dmsTaskArn(String dmsTaskArn) Sets the value ofCfnTestCase.MainframeActionPropertiesProperty.getDmsTaskArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dmsTaskArn
@Stability(Stable) public CfnTestCase.MainframeActionPropertiesProperty.Builder dmsTaskArn(String dmsTaskArn) Sets the value ofCfnTestCase.MainframeActionPropertiesProperty.getDmsTaskArn()- Parameters:
dmsTaskArn- The DMS task ARN of the mainframe action properties.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.MainframeActionPropertiesProperty>- Returns:
- a new instance of
CfnTestCase.MainframeActionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-