Interface GetBatchJobExecutionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetBatchJobExecutionResponse.Builder,GetBatchJobExecutionResponse>,M2Response.Builder,SdkBuilder<GetBatchJobExecutionResponse.Builder,GetBatchJobExecutionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetBatchJobExecutionResponse
public static interface GetBatchJobExecutionResponse.Builder extends M2Response.Builder, SdkPojo, CopyableBuilder<GetBatchJobExecutionResponse.Builder,GetBatchJobExecutionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetBatchJobExecutionResponse.BuilderapplicationId(String applicationId)The identifier of the application.default GetBatchJobExecutionResponse.BuilderbatchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)The unique identifier of this batch job.GetBatchJobExecutionResponse.BuilderbatchJobIdentifier(BatchJobIdentifier batchJobIdentifier)The unique identifier of this batch job.GetBatchJobExecutionResponse.BuilderendTime(Instant endTime)The timestamp when the batch job execution ended.GetBatchJobExecutionResponse.BuilderexecutionId(String executionId)The unique identifier for this batch job execution.GetBatchJobExecutionResponse.BuilderjobId(String jobId)The unique identifier for this batch job.GetBatchJobExecutionResponse.BuilderjobName(String jobName)The name of this batch job.default GetBatchJobExecutionResponse.BuilderjobStepRestartMarker(Consumer<JobStepRestartMarker.Builder> jobStepRestartMarker)The restart steps information for the most recent restart operation.GetBatchJobExecutionResponse.BuilderjobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)The restart steps information for the most recent restart operation.GetBatchJobExecutionResponse.BuilderjobType(String jobType)The type of job.GetBatchJobExecutionResponse.BuilderjobType(BatchJobType jobType)The type of job.GetBatchJobExecutionResponse.BuilderjobUser(String jobUser)The user for the job.GetBatchJobExecutionResponse.BuilderreturnCode(String returnCode)The batch job return code from either the Blu Age or Micro Focus runtime engines.GetBatchJobExecutionResponse.BuilderstartTime(Instant startTime)The timestamp when the batch job execution started.GetBatchJobExecutionResponse.Builderstatus(String status)The status of the batch job execution.GetBatchJobExecutionResponse.Builderstatus(BatchJobExecutionStatus status)The status of the batch job execution.GetBatchJobExecutionResponse.BuilderstatusReason(String statusReason)The reason for the reported status.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
applicationId
GetBatchJobExecutionResponse.Builder applicationId(String applicationId)
The identifier of the application.
- Parameters:
applicationId- The identifier of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobIdentifier
GetBatchJobExecutionResponse.Builder batchJobIdentifier(BatchJobIdentifier 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 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.Builderavoiding the need to create one manually viaBatchJobIdentifier.builder().When the
Consumercompletes,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:
batchJobIdentifier(BatchJobIdentifier)
-
endTime
GetBatchJobExecutionResponse.Builder endTime(Instant endTime)
The timestamp when the batch job execution ended.
- Parameters:
endTime- The timestamp when the batch job execution ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
GetBatchJobExecutionResponse.Builder executionId(String executionId)
The unique identifier for this batch job execution.
- Parameters:
executionId- The unique identifier for this batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
GetBatchJobExecutionResponse.Builder jobId(String jobId)
The unique identifier for this batch job.
- Parameters:
jobId- The unique identifier for this batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobName
GetBatchJobExecutionResponse.Builder jobName(String jobName)
The name of this batch job.
- Parameters:
jobName- The name of this batch job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStepRestartMarker
GetBatchJobExecutionResponse.Builder jobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)
The restart steps information for the most recent restart operation.
- Parameters:
jobStepRestartMarker- The restart steps information for the most recent restart operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStepRestartMarker
default GetBatchJobExecutionResponse.Builder jobStepRestartMarker(Consumer<JobStepRestartMarker.Builder> jobStepRestartMarker)
The restart steps information for the most recent restart operation.
This is a convenience method that creates an instance of theJobStepRestartMarker.Builderavoiding the need to create one manually viaJobStepRestartMarker.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobStepRestartMarker(JobStepRestartMarker).- Parameters:
jobStepRestartMarker- a consumer that will call methods onJobStepRestartMarker.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobStepRestartMarker(JobStepRestartMarker)
-
jobType
GetBatchJobExecutionResponse.Builder jobType(String jobType)
The type of job.
- Parameters:
jobType- The type of job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchJobType,BatchJobType
-
jobType
GetBatchJobExecutionResponse.Builder jobType(BatchJobType jobType)
The type of job.
- Parameters:
jobType- The type of job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchJobType,BatchJobType
-
jobUser
GetBatchJobExecutionResponse.Builder jobUser(String jobUser)
The user for the job.
- Parameters:
jobUser- The user for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnCode
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.
- 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
GetBatchJobExecutionResponse.Builder startTime(Instant startTime)
The timestamp when the batch job execution started.
- Parameters:
startTime- The timestamp when the batch job execution started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetBatchJobExecutionResponse.Builder status(String status)
The status of the batch job execution.
- Parameters:
status- The status of the batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchJobExecutionStatus,BatchJobExecutionStatus
-
status
GetBatchJobExecutionResponse.Builder status(BatchJobExecutionStatus status)
The status of the batch job execution.
- Parameters:
status- The status of the batch job execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BatchJobExecutionStatus,BatchJobExecutionStatus
-
statusReason
GetBatchJobExecutionResponse.Builder statusReason(String statusReason)
The reason for the reported status.
- Parameters:
statusReason- The reason for the reported status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-