Uses of Interface
software.amazon.awssdk.services.batch.model.QuotaSharePreemptionConfiguration.Builder
-
Packages that use QuotaSharePreemptionConfiguration.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaSharePreemptionConfiguration.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return QuotaSharePreemptionConfiguration.Builder Modifier and Type Method Description static QuotaSharePreemptionConfiguration.BuilderQuotaSharePreemptionConfiguration. builder()QuotaSharePreemptionConfiguration.BuilderQuotaSharePreemptionConfiguration.Builder. inSharePreemption(String inSharePreemption)Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.QuotaSharePreemptionConfiguration.BuilderQuotaSharePreemptionConfiguration.Builder. inSharePreemption(QuotaShareInSharePreemptionState inSharePreemption)Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.QuotaSharePreemptionConfiguration.BuilderQuotaSharePreemptionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QuotaSharePreemptionConfiguration.Builder Modifier and Type Method Description static Class<? extends QuotaSharePreemptionConfiguration.Builder>QuotaSharePreemptionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type QuotaSharePreemptionConfiguration.Builder Modifier and Type Method Description default CreateQuotaShareRequest.BuilderCreateQuotaShareRequest.Builder. preemptionConfiguration(Consumer<QuotaSharePreemptionConfiguration.Builder> preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.default DescribeQuotaShareResponse.BuilderDescribeQuotaShareResponse.Builder. preemptionConfiguration(Consumer<QuotaSharePreemptionConfiguration.Builder> preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.default QuotaShareDetail.BuilderQuotaShareDetail.Builder. preemptionConfiguration(Consumer<QuotaSharePreemptionConfiguration.Builder> preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.default UpdateQuotaShareRequest.BuilderUpdateQuotaShareRequest.Builder. preemptionConfiguration(Consumer<QuotaSharePreemptionConfiguration.Builder> preemptionConfiguration)Specifies the preemption behavior for jobs in a quota share.
-