Uses of Interface
software.amazon.awssdk.services.s3control.model.UpdateJobPriorityResponse.Builder
-
Packages that use UpdateJobPriorityResponse.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of UpdateJobPriorityResponse.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return UpdateJobPriorityResponse.Builder Modifier and Type Method Description static UpdateJobPriorityResponse.BuilderUpdateJobPriorityResponse. builder()UpdateJobPriorityResponse.BuilderUpdateJobPriorityResponse.Builder. jobId(String jobId)The ID for the job whose priority Amazon S3 updated.UpdateJobPriorityResponse.BuilderUpdateJobPriorityResponse.Builder. priority(Integer priority)The new priority assigned to the specified job.UpdateJobPriorityResponse.BuilderUpdateJobPriorityResponse. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type UpdateJobPriorityResponse.Builder Modifier and Type Method Description static Class<? extends UpdateJobPriorityResponse.Builder>UpdateJobPriorityResponse. serializableBuilderClass()
-