Uses of Interface
software.amazon.awssdk.services.s3control.model.UpdateJobStatusRequest.Builder
-
Packages that use UpdateJobStatusRequest.Builder Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.model -
-
Uses of UpdateJobStatusRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type UpdateJobStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateJobStatusResponse>S3ControlAsyncClient. updateJobStatus(Consumer<UpdateJobStatusRequest.Builder> updateJobStatusRequest)Updates the status for the specified job.default UpdateJobStatusResponseS3ControlClient. updateJobStatus(Consumer<UpdateJobStatusRequest.Builder> updateJobStatusRequest)Updates the status for the specified job. -
Uses of UpdateJobStatusRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return UpdateJobStatusRequest.Builder Modifier and Type Method Description UpdateJobStatusRequest.BuilderUpdateJobStatusRequest.Builder. accountId(String accountId)The Amazon Web Services account ID associated with the S3 Batch Operations job.static UpdateJobStatusRequest.BuilderUpdateJobStatusRequest. builder()UpdateJobStatusRequest.BuilderUpdateJobStatusRequest.Builder. jobId(String jobId)The ID of the job whose status you want to update.UpdateJobStatusRequest.BuilderUpdateJobStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateJobStatusRequest.BuilderUpdateJobStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateJobStatusRequest.BuilderUpdateJobStatusRequest.Builder. requestedJobStatus(String requestedJobStatus)The status that you want to move the specified job to.UpdateJobStatusRequest.BuilderUpdateJobStatusRequest.Builder. requestedJobStatus(RequestedJobStatus requestedJobStatus)The status that you want to move the specified job to.UpdateJobStatusRequest.BuilderUpdateJobStatusRequest.Builder. statusUpdateReason(String statusUpdateReason)A description of the reason why you want to change the specified job's status.UpdateJobStatusRequest.BuilderUpdateJobStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type UpdateJobStatusRequest.Builder Modifier and Type Method Description static Class<? extends UpdateJobStatusRequest.Builder>UpdateJobStatusRequest. serializableBuilderClass()
-