Interface BatchJobExecutionSummary.Builder

  • Method Details

    • applicationId

      BatchJobExecutionSummary.Builder applicationId(String applicationId)

      The unique identifier of the application that hosts this batch job.

      Parameters:
      applicationId - The unique identifier of the application that hosts this batch job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • batchJobIdentifier

      BatchJobExecutionSummary.Builder batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)

      The unique identifier of this batch job.

      Parameters:
      batchJobIdentifier - The unique identifier of this batch job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • batchJobIdentifier

      default BatchJobExecutionSummary.Builder batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)

      The unique identifier of this batch job.

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

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

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

      The timestamp when this batch job execution ended.

      Parameters:
      endTime - The timestamp when this batch job execution ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionId

      BatchJobExecutionSummary.Builder executionId(String executionId)

      The unique identifier of this execution of the batch job.

      Parameters:
      executionId - The unique identifier of this execution of the batch job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The unique identifier of a particular batch job.

      Parameters:
      jobId - The unique identifier of a particular batch job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      The name of a particular batch job.

      Parameters:
      jobName - The name of a particular batch job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobType

      The type of a particular batch job execution.

      Parameters:
      jobType - The type of a particular batch job execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobType

      The type of a particular batch job execution.

      Parameters:
      jobType - The type of a particular batch job execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • returnCode

      BatchJobExecutionSummary.Builder returnCode(String returnCode)

      The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.

      Parameters:
      returnCode - The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      The timestamp when a particular batch job execution started.

      Parameters:
      startTime - The timestamp when a particular batch job execution started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of a particular batch job execution.

      Parameters:
      status - The status of a particular batch job execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of a particular batch job execution.

      Parameters:
      status - The status of a particular batch job execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: