public static interface BatchJobExecutionSummary.Builder extends SdkPojo, CopyableBuilder<BatchJobExecutionSummary.Builder,BatchJobExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
BatchJobExecutionSummary.Builder |
applicationId(String applicationId)
The unique identifier of the application that hosts this batch job.
|
BatchJobExecutionSummary.Builder |
batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
|
default BatchJobExecutionSummary.Builder |
batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
The unique identifier of this batch job.
|
BatchJobExecutionSummary.Builder |
endTime(Instant endTime)
The timestamp when this batch job execution ended.
|
BatchJobExecutionSummary.Builder |
executionId(String executionId)
The unique identifier of this execution of the batch job.
|
BatchJobExecutionSummary.Builder |
jobId(String jobId)
The unique identifier of a particular batch job.
|
BatchJobExecutionSummary.Builder |
jobName(String jobName)
The name of a particular batch job.
|
BatchJobExecutionSummary.Builder |
jobType(BatchJobType jobType)
The type of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
jobType(String jobType)
The type of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
returnCode(String returnCode)
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
BatchJobExecutionSummary.Builder |
startTime(Instant startTime)
The timestamp when a particular batch job execution started.
|
BatchJobExecutionSummary.Builder |
status(BatchJobExecutionStatus status)
The status of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
status(String status)
The status of a particular batch job execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchJobExecutionSummary.Builder applicationId(String applicationId)
The unique identifier of the application that hosts this batch job.
applicationId - The unique identifier of the application that hosts this batch job.BatchJobExecutionSummary.Builder batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
batchJobIdentifier - The unique identifier of this batch job.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 theBatchJobIdentifier.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).
batchJobIdentifier - a consumer that will call methods on BatchJobIdentifier.BuilderbatchJobIdentifier(BatchJobIdentifier)BatchJobExecutionSummary.Builder endTime(Instant endTime)
The timestamp when this batch job execution ended.
endTime - The timestamp when this batch job execution ended.BatchJobExecutionSummary.Builder executionId(String executionId)
The unique identifier of this execution of the batch job.
executionId - The unique identifier of this execution of the batch job.BatchJobExecutionSummary.Builder jobId(String jobId)
The unique identifier of a particular batch job.
jobId - The unique identifier of a particular batch job.BatchJobExecutionSummary.Builder jobName(String jobName)
The name of a particular batch job.
jobName - The name of a particular batch job.BatchJobExecutionSummary.Builder jobType(String jobType)
The type of a particular batch job execution.
jobType - The type of a particular batch job execution.BatchJobType,
BatchJobTypeBatchJobExecutionSummary.Builder jobType(BatchJobType jobType)
The type of a particular batch job execution.
jobType - The type of a particular batch job execution.BatchJobType,
BatchJobTypeBatchJobExecutionSummary.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.
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.BatchJobExecutionSummary.Builder startTime(Instant startTime)
The timestamp when a particular batch job execution started.
startTime - The timestamp when a particular batch job execution started.BatchJobExecutionSummary.Builder status(String status)
The status of a particular batch job execution.
status - The status of a particular batch job execution.BatchJobExecutionStatus,
BatchJobExecutionStatusBatchJobExecutionSummary.Builder status(BatchJobExecutionStatus status)
The status of a particular batch job execution.
status - The status of a particular batch job execution.BatchJobExecutionStatus,
BatchJobExecutionStatusCopyright © 2023. All rights reserved.