Uses of Interface
software.amazon.awssdk.services.batch.model.CreateSchedulingPolicyRequest.Builder
-
Packages that use CreateSchedulingPolicyRequest.Builder Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.model -
-
Uses of CreateSchedulingPolicyRequest.Builder in software.amazon.awssdk.services.batch
Method parameters in software.amazon.awssdk.services.batch with type arguments of type CreateSchedulingPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSchedulingPolicyResponse>BatchAsyncClient. createSchedulingPolicy(Consumer<CreateSchedulingPolicyRequest.Builder> createSchedulingPolicyRequest)Creates an Batch scheduling policy.default CreateSchedulingPolicyResponseBatchClient. createSchedulingPolicy(Consumer<CreateSchedulingPolicyRequest.Builder> createSchedulingPolicyRequest)Creates an Batch scheduling policy. -
Uses of CreateSchedulingPolicyRequest.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return CreateSchedulingPolicyRequest.Builder Modifier and Type Method Description static CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest. builder()default CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. fairsharePolicy(Consumer<FairsharePolicy.Builder> fairsharePolicy)The fair share policy of the scheduling policy.CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. fairsharePolicy(FairsharePolicy fairsharePolicy)The fair share policy of the scheduling policy.CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. name(String name)The name of the scheduling policy.CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest.Builder. tags(Map<String,String> tags)The tags that you apply to the scheduling policy to help you categorize and organize your resources.CreateSchedulingPolicyRequest.BuilderCreateSchedulingPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type CreateSchedulingPolicyRequest.Builder Modifier and Type Method Description static Class<? extends CreateSchedulingPolicyRequest.Builder>CreateSchedulingPolicyRequest. serializableBuilderClass()
-