public static interface UpdateJobStatusResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateJobStatusResponse.Builder,UpdateJobStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobStatusResponse.Builder |
jobId(String jobId)
The ID for the job whose status was updated.
|
UpdateJobStatusResponse.Builder |
status(JobStatus status)
The current status for the specified job.
|
UpdateJobStatusResponse.Builder |
status(String status)
The current status for the specified job.
|
UpdateJobStatusResponse.Builder |
statusUpdateReason(String statusUpdateReason)
The reason that the specified job's status was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateJobStatusResponse.Builder jobId(String jobId)
The ID for the job whose status was updated.
jobId - The ID for the job whose status was updated.UpdateJobStatusResponse.Builder status(String status)
The current status for the specified job.
UpdateJobStatusResponse.Builder status(JobStatus status)
The current status for the specified job.
UpdateJobStatusResponse.Builder statusUpdateReason(String statusUpdateReason)
The reason that the specified job's status was updated.
statusUpdateReason - The reason that the specified job's status was updated.Copyright © 2023. All rights reserved.