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)
batchJobIdentifier - The new value for the BatchJobIdentifier property for this object.default GetBatchJobExecutionResponse.Builder batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
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).
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)
returnCode - 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.