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