Class CfnTestCase.TN3270Property.Builder
java.lang.Object
software.amazon.awscdk.services.apptest.CfnTestCase.TN3270Property.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTestCase.TN3270Property>
- Enclosing interface:
CfnTestCase.TN3270Property
@Stability(Stable)
public static final class CfnTestCase.TN3270Property.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTestCase.TN3270Property>
A builder for
CfnTestCase.TN3270Property-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.exportDataSetNames(List<String> exportDataSetNames) Sets the value ofCfnTestCase.TN3270Property.getExportDataSetNames()script(IResolvable script) Sets the value ofCfnTestCase.TN3270Property.getScript()script(CfnTestCase.ScriptProperty script) Sets the value ofCfnTestCase.TN3270Property.getScript()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
script
Sets the value ofCfnTestCase.TN3270Property.getScript()- Parameters:
script- The script of the TN3270 protocol. This parameter is required.- Returns:
this
-
script
@Stability(Stable) public CfnTestCase.TN3270Property.Builder script(CfnTestCase.ScriptProperty script) Sets the value ofCfnTestCase.TN3270Property.getScript()- Parameters:
script- The script of the TN3270 protocol. This parameter is required.- Returns:
this
-
exportDataSetNames
@Stability(Stable) public CfnTestCase.TN3270Property.Builder exportDataSetNames(List<String> exportDataSetNames) Sets the value ofCfnTestCase.TN3270Property.getExportDataSetNames()- Parameters:
exportDataSetNames- The data set names of the TN3270 protocol.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTestCase.TN3270Property>- Returns:
- a new instance of
CfnTestCase.TN3270Property - Throws:
NullPointerException- if any required attribute was not provided
-