public static interface UpdateJobPriorityResponse.Builder extends S3ControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateJobPriorityResponse.Builder,UpdateJobPriorityResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateJobPriorityResponse.Builder |
jobId(String jobId)
The ID for the job whose priority Amazon S3 updated.
|
UpdateJobPriorityResponse.Builder |
priority(Integer priority)
The new priority assigned to the specified job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateJobPriorityResponse.Builder jobId(String jobId)
The ID for the job whose priority Amazon S3 updated.
jobId - The ID for the job whose priority Amazon S3 updated.UpdateJobPriorityResponse.Builder priority(Integer priority)
The new priority assigned to the specified job.
priority - The new priority assigned to the specified job.Copyright © 2023. All rights reserved.