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