Class CfnTestCasePropsMixin.MainframeActionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.MainframeActionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCasePropsMixin.MainframeActionPropertiesProperty>
- Enclosing interface:
CfnTestCasePropsMixin.MainframeActionPropertiesProperty
@Stability(Stable)
public static final class CfnTestCasePropsMixin.MainframeActionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCasePropsMixin.MainframeActionPropertiesProperty>
A builder for
CfnTestCasePropsMixin.MainframeActionPropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dmsTaskArn(String dmsTaskArn) Sets the value ofCfnTestCasePropsMixin.MainframeActionPropertiesProperty.getDmsTaskArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dmsTaskArn
@Stability(Stable) public CfnTestCasePropsMixin.MainframeActionPropertiesProperty.Builder dmsTaskArn(String dmsTaskArn) Sets the value ofCfnTestCasePropsMixin.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<CfnTestCasePropsMixin.MainframeActionPropertiesProperty>- Returns:
- a new instance of
CfnTestCasePropsMixin.MainframeActionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-