Interface TN3270StepInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TN3270StepInput.Builder,TN3270StepInput>,SdkBuilder<TN3270StepInput.Builder,TN3270StepInput>,SdkPojo
- Enclosing class:
- TN3270StepInput
public static interface TN3270StepInput.Builder extends SdkPojo, CopyableBuilder<TN3270StepInput.Builder,TN3270StepInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TN3270StepInput.BuilderexportDataSetNames(String... exportDataSetNames)The export data set names of the TN3270 step input.TN3270StepInput.BuilderexportDataSetNames(Collection<String> exportDataSetNames)The export data set names of the TN3270 step input.default TN3270StepInput.Builderproperties(Consumer<MainframeActionProperties.Builder> properties)The properties of the TN3270 step input.TN3270StepInput.Builderproperties(MainframeActionProperties properties)The properties of the TN3270 step input.default TN3270StepInput.Builderresource(Consumer<MainframeResourceSummary.Builder> resource)The resource of the TN3270 step input.TN3270StepInput.Builderresource(MainframeResourceSummary resource)The resource of the TN3270 step input.default TN3270StepInput.Builderscript(Consumer<ScriptSummary.Builder> script)The script of the TN3270 step input.TN3270StepInput.Builderscript(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 Detail
-
resource
TN3270StepInput.Builder resource(MainframeResourceSummary 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
default TN3270StepInput.Builder resource(Consumer<MainframeResourceSummary.Builder> resource)
The resource of the TN3270 step input.
This is a convenience method that creates an instance of theMainframeResourceSummary.Builderavoiding the need to create one manually viaMainframeResourceSummary.builder().When the
Consumercompletes,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:
resource(MainframeResourceSummary)
-
script
TN3270StepInput.Builder script(ScriptSummary 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
default TN3270StepInput.Builder script(Consumer<ScriptSummary.Builder> script)
The script of the TN3270 step input.
This is a convenience method that creates an instance of theScriptSummary.Builderavoiding the need to create one manually viaScriptSummary.builder().When the
Consumercompletes,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:
script(ScriptSummary)
-
exportDataSetNames
TN3270StepInput.Builder exportDataSetNames(Collection<String> 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
TN3270StepInput.Builder exportDataSetNames(String... 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
TN3270StepInput.Builder properties(MainframeActionProperties 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
default TN3270StepInput.Builder properties(Consumer<MainframeActionProperties.Builder> properties)
The properties of the TN3270 step input.
This is a convenience method that creates an instance of theMainframeActionProperties.Builderavoiding the need to create one manually viaMainframeActionProperties.builder().When the
Consumercompletes,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:
properties(MainframeActionProperties)
-
-