GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.applicationId(String applicationId) |
The identifier of the application.
|
default GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier) |
The unique identifier of this batch job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.batchJobIdentifier(BatchJobIdentifier batchJobIdentifier) |
The unique identifier of this batch job.
|
static GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.builder() |
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.endTime(Instant endTime) |
The timestamp when the batch job execution ended.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.executionId(String executionId) |
The unique identifier for this batch job execution.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobId(String jobId) |
The unique identifier for this batch job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobName(String jobName) |
The name of this batch job.
|
default GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobStepRestartMarker(Consumer<JobStepRestartMarker.Builder> jobStepRestartMarker) |
The restart steps information for the most recent restart operation.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker) |
The restart steps information for the most recent restart operation.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobType(String jobType) |
The type of job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobType(BatchJobType jobType) |
The type of job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobUser(String jobUser) |
The user for the job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.returnCode(String returnCode) |
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.startTime(Instant startTime) |
The timestamp when the batch job execution started.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.status(String status) |
The status of the batch job execution.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.status(BatchJobExecutionStatus status) |
The status of the batch job execution.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.statusReason(String statusReason) |
The reason for the reported status.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.toBuilder() |
|