Class CfnTestCase.MainframeActionTypeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.apptest.CfnTestCase.MainframeActionTypeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.MainframeActionTypeProperty>
- Enclosing interface:
CfnTestCase.MainframeActionTypeProperty
@Stability(Stable)
public static final class CfnTestCase.MainframeActionTypeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.MainframeActionTypeProperty>
A builder for
CfnTestCase.MainframeActionTypeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatch(IResolvable batch) Sets the value ofCfnTestCase.MainframeActionTypeProperty.getBatch()batch(CfnTestCase.BatchProperty batch) Sets the value ofCfnTestCase.MainframeActionTypeProperty.getBatch()build()Builds the configured instance.tn3270(IResolvable tn3270) Sets the value ofCfnTestCase.MainframeActionTypeProperty.getTn3270()tn3270(CfnTestCase.TN3270Property tn3270) Sets the value ofCfnTestCase.MainframeActionTypeProperty.getTn3270()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
batch
Sets the value ofCfnTestCase.MainframeActionTypeProperty.getBatch()- Parameters:
batch- The batch of the mainframe action type.- Returns:
this
-
batch
@Stability(Stable) public CfnTestCase.MainframeActionTypeProperty.Builder batch(CfnTestCase.BatchProperty batch) Sets the value ofCfnTestCase.MainframeActionTypeProperty.getBatch()- Parameters:
batch- The batch of the mainframe action type.- Returns:
this
-
tn3270
@Stability(Stable) public CfnTestCase.MainframeActionTypeProperty.Builder tn3270(IResolvable tn3270) Sets the value ofCfnTestCase.MainframeActionTypeProperty.getTn3270()- Parameters:
tn3270- The tn3270 port of the mainframe action type.- Returns:
this
-
tn3270
@Stability(Stable) public CfnTestCase.MainframeActionTypeProperty.Builder tn3270(CfnTestCase.TN3270Property tn3270) Sets the value ofCfnTestCase.MainframeActionTypeProperty.getTn3270()- Parameters:
tn3270- The tn3270 port of the mainframe action type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.MainframeActionTypeProperty>- Returns:
- a new instance of
CfnTestCase.MainframeActionTypeProperty - Throws:
NullPointerException- if any required attribute was not provided
-