Interface BatchJobExecutionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchJobExecutionSummary.Builder,
,BatchJobExecutionSummary> SdkBuilder<BatchJobExecutionSummary.Builder,
,BatchJobExecutionSummary> SdkPojo
- Enclosing class:
BatchJobExecutionSummary
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The unique identifier of the application that hosts this batch job.default BatchJobExecutionSummary.Builder
batchJobIdentifier
(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier) The unique identifier of this batch job.batchJobIdentifier
(BatchJobIdentifier batchJobIdentifier) The unique identifier of this batch job.The timestamp when this batch job execution ended.executionId
(String executionId) The unique identifier of this execution of the batch job.The unique identifier of a particular batch job.The name of a particular batch job.The type of a particular batch job execution.jobType
(BatchJobType jobType) The type of a particular batch job execution.returnCode
(String returnCode) The batch job return code from either the Blu Age or Micro Focus runtime engines.The timestamp when a particular batch job execution started.The status of a particular batch job execution.status
(BatchJobExecutionStatus status) The status of a particular batch job execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The unique identifier of the application that hosts this batch job.
- Parameters:
applicationId
- The unique identifier of the application that hosts this batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobIdentifier
The unique identifier of this batch job.
- Parameters:
batchJobIdentifier
- The unique identifier of this batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobIdentifier
default BatchJobExecutionSummary.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 viaBatchJobIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobatchJobIdentifier(BatchJobIdentifier)
.- Parameters:
batchJobIdentifier
- a consumer that will call methods onBatchJobIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endTime
The timestamp when this batch job execution ended.
- Parameters:
endTime
- The timestamp when this batch job execution ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
The unique identifier of this execution of the batch job.
- Parameters:
executionId
- The unique identifier of this execution of the batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The unique identifier of a particular batch job.
- Parameters:
jobId
- The unique identifier of a particular batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
The name of a particular batch job.
- Parameters:
jobName
- The name of a particular batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
The type of a particular batch job execution.
- Parameters:
jobType
- The type of a particular batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The type of a particular batch job execution.
- Parameters:
jobType
- The type of a particular batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The timestamp when a particular batch job execution started.
- Parameters:
startTime
- The timestamp when a particular batch job execution started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a particular batch job execution.
- Parameters:
status
- The status of a particular batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a particular batch job execution.
- Parameters:
status
- The status of a particular batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-