Interface QuotaSharePreemptionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuotaSharePreemptionConfiguration.Builder,QuotaSharePreemptionConfiguration>,SdkBuilder<QuotaSharePreemptionConfiguration.Builder,QuotaSharePreemptionConfiguration>,SdkPojo
- Enclosing class:
- QuotaSharePreemptionConfiguration
@Mutable @NotThreadSafe public static interface QuotaSharePreemptionConfiguration.Builder extends SdkPojo, CopyableBuilder<QuotaSharePreemptionConfiguration.Builder,QuotaSharePreemptionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuotaSharePreemptionConfiguration.BuilderinSharePreemption(String inSharePreemption)Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.QuotaSharePreemptionConfiguration.BuilderinSharePreemption(QuotaShareInSharePreemptionState inSharePreemption)Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
inSharePreemption
QuotaSharePreemptionConfiguration.Builder inSharePreemption(String inSharePreemption)
Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.
- Parameters:
inSharePreemption- Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuotaShareInSharePreemptionState,QuotaShareInSharePreemptionState
-
inSharePreemption
QuotaSharePreemptionConfiguration.Builder inSharePreemption(QuotaShareInSharePreemptionState inSharePreemption)
Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.
- Parameters:
inSharePreemption- Specifies whether jobs within a quota share can be preempted by another, higher priority job in the same quota share.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuotaShareInSharePreemptionState,QuotaShareInSharePreemptionState
-
-