Interface TN3270StepOutput.Builder

  • Method Details

    • dataSetExportLocation

      TN3270StepOutput.Builder dataSetExportLocation(String dataSetExportLocation)

      The data set export location of the TN3270 step output.

      Parameters:
      dataSetExportLocation - The data set export location of the TN3270 step output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dmsOutputLocation

      TN3270StepOutput.Builder dmsOutputLocation(String dmsOutputLocation)

      The output location of the TN3270 step output.

      Parameters:
      dmsOutputLocation - The output location of the TN3270 step output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSetDetails

      TN3270StepOutput.Builder dataSetDetails(Collection<DataSet> dataSetDetails)

      The data set details of the TN3270 step output.

      Parameters:
      dataSetDetails - The data set details of the TN3270 step output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSetDetails

      TN3270StepOutput.Builder dataSetDetails(DataSet... dataSetDetails)

      The data set details of the TN3270 step output.

      Parameters:
      dataSetDetails - The data set details of the TN3270 step output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSetDetails

      TN3270StepOutput.Builder dataSetDetails(Consumer<DataSet.Builder>... dataSetDetails)

      The data set details of the TN3270 step output.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dataSetDetails(List<DataSet>).

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

      TN3270StepOutput.Builder scriptOutputLocation(String scriptOutputLocation)

      The script output location of the TN3270 step output.

      Parameters:
      scriptOutputLocation - The script output location of the TN3270 step output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.