Interface TN3270.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TN3270.Builder,
,TN3270> SdkBuilder<TN3270.Builder,
,TN3270> SdkPojo
- Enclosing class:
TN3270
@Mutable
@NotThreadSafe
public static interface TN3270.Builder
extends SdkPojo, CopyableBuilder<TN3270.Builder,TN3270>
-
Method Summary
Modifier and TypeMethodDescriptionexportDataSetNames
(String... exportDataSetNames) The data set names of the TN3270 protocol.exportDataSetNames
(Collection<String> exportDataSetNames) The data set names of the TN3270 protocol.default TN3270.Builder
script
(Consumer<Script.Builder> script) The script of the TN3270 protocol.The script of the TN3270 protocol.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
-
script
The script of the TN3270 protocol.
- Parameters:
script
- The script of the TN3270 protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
script
The script of the TN3270 protocol.
This is a convenience method that creates an instance of theScript.Builder
avoiding the need to create one manually viaScript.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscript(Script)
.- Parameters:
script
- a consumer that will call methods onScript.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportDataSetNames
The data set names of the TN3270 protocol.
- Parameters:
exportDataSetNames
- The data set names of the TN3270 protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportDataSetNames
The data set names of the TN3270 protocol.
- Parameters:
exportDataSetNames
- The data set names of the TN3270 protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-