| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.applicationId(String applicationId)
The identifier of the application.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.batchJobIdentifier(BatchJobIdentifier batchJobIdentifier)
Sets the value of the BatchJobIdentifier property for this object.
|
default GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.batchJobIdentifier(Consumer<BatchJobIdentifier.Builder> batchJobIdentifier)
Sets the value of the BatchJobIdentifier property for this object.
|
static GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.builder() |
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.endTime(Instant endTime)
The timestamp when the batch job execution ended.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.executionId(String executionId)
The unique identifier for this batch job execution.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobId(String jobId)
The unique identifier for this batch job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobName(String jobName)
The name of this batch job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobType(BatchJobType jobType)
The type of job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobType(String jobType)
The type of job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.jobUser(String jobUser)
The user for the job.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.returnCode(String returnCode)
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.startTime(Instant startTime)
The timestamp when the batch job execution started.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.status(BatchJobExecutionStatus status)
The status of the batch job execution.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.status(String status)
The status of the batch job execution.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.Builder.statusReason(String statusReason)
The reason for the reported status.
|
GetBatchJobExecutionResponse.Builder |
GetBatchJobExecutionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetBatchJobExecutionResponse.Builder> |
GetBatchJobExecutionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.