Uses of Interface
software.amazon.awssdk.services.batch.model.UpdateServiceJobRequest.Builder
-
Packages that use UpdateServiceJobRequest.Builder Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.model -
-
Uses of UpdateServiceJobRequest.Builder in software.amazon.awssdk.services.batch
Method parameters in software.amazon.awssdk.services.batch with type arguments of type UpdateServiceJobRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateServiceJobResponse>BatchAsyncClient. updateServiceJob(Consumer<UpdateServiceJobRequest.Builder> updateServiceJobRequest)Updates the priority of a specified service job in an Batch job queue.default UpdateServiceJobResponseBatchClient. updateServiceJob(Consumer<UpdateServiceJobRequest.Builder> updateServiceJobRequest)Updates the priority of a specified service job in an Batch job queue. -
Uses of UpdateServiceJobRequest.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return UpdateServiceJobRequest.Builder Modifier and Type Method Description static UpdateServiceJobRequest.BuilderUpdateServiceJobRequest. builder()UpdateServiceJobRequest.BuilderUpdateServiceJobRequest.Builder. jobId(String jobId)The Batch job ID of the job to update.UpdateServiceJobRequest.BuilderUpdateServiceJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateServiceJobRequest.BuilderUpdateServiceJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateServiceJobRequest.BuilderUpdateServiceJobRequest.Builder. schedulingPriority(Integer schedulingPriority)The scheduling priority for the job.UpdateServiceJobRequest.BuilderUpdateServiceJobRequest. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type UpdateServiceJobRequest.Builder Modifier and Type Method Description static Class<? extends UpdateServiceJobRequest.Builder>UpdateServiceJobRequest. serializableBuilderClass()
-