Uses of Interface
software.amazon.awssdk.services.s3control.model.UpdateJobStatusResponse.Builder
-
Packages that use UpdateJobStatusResponse.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of UpdateJobStatusResponse.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return UpdateJobStatusResponse.Builder Modifier and Type Method Description static UpdateJobStatusResponse.BuilderUpdateJobStatusResponse. builder()UpdateJobStatusResponse.BuilderUpdateJobStatusResponse.Builder. jobId(String jobId)The ID for the job whose status was updated.UpdateJobStatusResponse.BuilderUpdateJobStatusResponse.Builder. status(String status)The current status for the specified job.UpdateJobStatusResponse.BuilderUpdateJobStatusResponse.Builder. status(JobStatus status)The current status for the specified job.UpdateJobStatusResponse.BuilderUpdateJobStatusResponse.Builder. statusUpdateReason(String statusUpdateReason)The reason that the specified job's status was updated.UpdateJobStatusResponse.BuilderUpdateJobStatusResponse. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type UpdateJobStatusResponse.Builder Modifier and Type Method Description static Class<? extends UpdateJobStatusResponse.Builder>UpdateJobStatusResponse. serializableBuilderClass()
-