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 Details

    • script

      TN3270.Builder script(Script 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

      default TN3270.Builder script(Consumer<Script.Builder> script)

      The script of the TN3270 protocol.

      This is a convenience method that creates an instance of the Script.Builder avoiding the need to create one manually via Script.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to script(Script).

      Parameters:
      script - a consumer that will call methods on Script.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • exportDataSetNames

      TN3270.Builder exportDataSetNames(Collection<String> 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

      TN3270.Builder exportDataSetNames(String... 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.