public static interface GetBatchJobExecutionResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetBatchJobExecutionResponse.Builder,GetBatchJobExecutionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetBatchJobExecutionResponse.Builder applicationId(String applicationId)
The identifier of the application.
applicationId - The identifier of the application.GetBatchJobExecutionResponse.Builder batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
The unique identifier of this batch job.
batchJobIdentifier - The unique identifier of this batch job.default GetBatchJobExecutionResponse.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)GetBatchJobExecutionResponse.Builder endTime(Instant endTime)
The timestamp when the batch job execution ended.
endTime - The timestamp when the batch job execution ended.GetBatchJobExecutionResponse.Builder executionId(String executionId)
The unique identifier for this batch job execution.
executionId - The unique identifier for this batch job execution.GetBatchJobExecutionResponse.Builder jobId(String jobId)
The unique identifier for this batch job.
jobId - The unique identifier for this batch job.GetBatchJobExecutionResponse.Builder jobName(String jobName)
The name of this batch job.
jobName - The name of this batch job.GetBatchJobExecutionResponse.Builder jobType(String jobType)
The type of job.
jobType - The type of job.BatchJobType,
BatchJobTypeGetBatchJobExecutionResponse.Builder jobType(BatchJobType jobType)
The type of job.
jobType - The type of job.BatchJobType,
BatchJobTypeGetBatchJobExecutionResponse.Builder jobUser(String jobUser)
The user for the job.
jobUser - The user for the job.GetBatchJobExecutionResponse.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.GetBatchJobExecutionResponse.Builder startTime(Instant startTime)
The timestamp when the batch job execution started.
startTime - The timestamp when the batch job execution started.GetBatchJobExecutionResponse.Builder status(String status)
The status of the batch job execution.
status - The status of the batch job execution.BatchJobExecutionStatus,
BatchJobExecutionStatusGetBatchJobExecutionResponse.Builder status(BatchJobExecutionStatus status)
The status of the batch job execution.
status - The status of the batch job execution.BatchJobExecutionStatus,
BatchJobExecutionStatusGetBatchJobExecutionResponse.Builder statusReason(String statusReason)
The reason for the reported status.
statusReason - The reason for the reported status.Copyright © 2023. All rights reserved.