Interface TN3270StepInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TN3270StepInput.Builder,
,TN3270StepInput> SdkBuilder<TN3270StepInput.Builder,
,TN3270StepInput> SdkPojo
- Enclosing class:
TN3270StepInput
-
Method Summary
Modifier and TypeMethodDescriptionexportDataSetNames
(String... exportDataSetNames) The export data set names of the TN3270 step input.exportDataSetNames
(Collection<String> exportDataSetNames) The export data set names of the TN3270 step input.default TN3270StepInput.Builder
properties
(Consumer<MainframeActionProperties.Builder> properties) The properties of the TN3270 step input.properties
(MainframeActionProperties properties) The properties of the TN3270 step input.default TN3270StepInput.Builder
resource
(Consumer<MainframeResourceSummary.Builder> resource) The resource of the TN3270 step input.resource
(MainframeResourceSummary resource) The resource of the TN3270 step input.default TN3270StepInput.Builder
script
(Consumer<ScriptSummary.Builder> script) The script of the TN3270 step input.script
(ScriptSummary script) The script of the TN3270 step input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resource
The resource of the TN3270 step input.
- Parameters:
resource
- The resource of the TN3270 step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
The resource of the TN3270 step input.
This is a convenience method that creates an instance of theMainframeResourceSummary.Builder
avoiding the need to create one manually viaMainframeResourceSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresource(MainframeResourceSummary)
.- Parameters:
resource
- a consumer that will call methods onMainframeResourceSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
script
The script of the TN3270 step input.
- Parameters:
script
- The script of the TN3270 step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
script
The script of the TN3270 step input.
This is a convenience method that creates an instance of theScriptSummary.Builder
avoiding the need to create one manually viaScriptSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscript(ScriptSummary)
.- Parameters:
script
- a consumer that will call methods onScriptSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportDataSetNames
The export data set names of the TN3270 step input.
- Parameters:
exportDataSetNames
- The export data set names of the TN3270 step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportDataSetNames
The export data set names of the TN3270 step input.
- Parameters:
exportDataSetNames
- The export data set names of the TN3270 step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
The properties of the TN3270 step input.
- Parameters:
properties
- The properties of the TN3270 step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
properties
The properties of the TN3270 step input.
This is a convenience method that creates an instance of theMainframeActionProperties.Builder
avoiding the need to create one manually viaMainframeActionProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toproperties(MainframeActionProperties)
.- Parameters:
properties
- a consumer that will call methods onMainframeActionProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-