Interface BatchJobExecutionSummary.Builder

    • Method Detail

      • 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.
      • endTime

        BatchJobExecutionSummary.Builder endTime​(Instant 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

        BatchJobExecutionSummary.Builder jobId​(String 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

        BatchJobExecutionSummary.Builder jobName​(String 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

        BatchJobExecutionSummary.Builder jobType​(String 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:
        BatchJobType, BatchJobType
      • 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

        BatchJobExecutionSummary.Builder startTime​(Instant 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.