Uses of Interface
software.amazon.awssdk.services.batch.model.UpdateSchedulingPolicyRequest.Builder
-
Packages that use UpdateSchedulingPolicyRequest.Builder Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.model -
-
Uses of UpdateSchedulingPolicyRequest.Builder in software.amazon.awssdk.services.batch
Method parameters in software.amazon.awssdk.services.batch with type arguments of type UpdateSchedulingPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSchedulingPolicyResponse>BatchAsyncClient. updateSchedulingPolicy(Consumer<UpdateSchedulingPolicyRequest.Builder> updateSchedulingPolicyRequest)Updates a scheduling policy.default UpdateSchedulingPolicyResponseBatchClient. updateSchedulingPolicy(Consumer<UpdateSchedulingPolicyRequest.Builder> updateSchedulingPolicyRequest)Updates a scheduling policy. -
Uses of UpdateSchedulingPolicyRequest.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return UpdateSchedulingPolicyRequest.Builder Modifier and Type Method Description UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the scheduling policy to update.static UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest. builder()default UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. fairsharePolicy(Consumer<FairsharePolicy.Builder> fairsharePolicy)The fair-share policy scheduling details.UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. fairsharePolicy(FairsharePolicy fairsharePolicy)The fair-share policy scheduling details.UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. quotaSharePolicy(Consumer<QuotaSharePolicy.Builder> quotaSharePolicy)The quota share scheduling policy details.UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest.Builder. quotaSharePolicy(QuotaSharePolicy quotaSharePolicy)The quota share scheduling policy details.UpdateSchedulingPolicyRequest.BuilderUpdateSchedulingPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type UpdateSchedulingPolicyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSchedulingPolicyRequest.Builder>UpdateSchedulingPolicyRequest. serializableBuilderClass()
-