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 |
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 |
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 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 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 © 2022. All rights reserved.