Interface PriorityBalancedSchedulingConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PriorityBalancedSchedulingConfiguration.Builder,,PriorityBalancedSchedulingConfiguration> SdkBuilder<PriorityBalancedSchedulingConfiguration.Builder,,PriorityBalancedSchedulingConfiguration> SdkPojo
- Enclosing class:
PriorityBalancedSchedulingConfiguration
@Mutable
@NotThreadSafe
public static interface PriorityBalancedSchedulingConfiguration.Builder
extends SdkPojo, CopyableBuilder<PriorityBalancedSchedulingConfiguration.Builder,PriorityBalancedSchedulingConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionrenderingTaskBuffer(Integer renderingTaskBuffer) The rendering task buffer controls worker stickiness.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
renderingTaskBuffer
The rendering task buffer controls worker stickiness. A worker only switches from its current job to another job at the same priority if the other job has fewer rendering tasks by more than this buffer value. Higher values make workers stickier to their current jobs. The default value is
1.- Parameters:
renderingTaskBuffer- The rendering task buffer controls worker stickiness. A worker only switches from its current job to another job at the same priority if the other job has fewer rendering tasks by more than this buffer value. Higher values make workers stickier to their current jobs. The default value is1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-