Interface DaemonCapacityProvider.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DaemonCapacityProvider.Builder,,DaemonCapacityProvider> SdkBuilder<DaemonCapacityProvider.Builder,,DaemonCapacityProvider> SdkPojo
- Enclosing class:
DaemonCapacityProvider
@Mutable
@NotThreadSafe
public static interface DaemonCapacityProvider.Builder
extends SdkPojo, CopyableBuilder<DaemonCapacityProvider.Builder,DaemonCapacityProvider>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the capacity provider.runningCount(Integer runningCount) The number of daemon tasks running on this capacity provider.withoutDaemonCount(Integer withoutDaemonCount) The number of instances on this capacity provider that are running without the daemon task.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
-
arn
The Amazon Resource Name (ARN) of the capacity provider.
- Parameters:
arn- The Amazon Resource Name (ARN) of the capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runningCount
The number of daemon tasks running on this capacity provider.
- Parameters:
runningCount- The number of daemon tasks running on this capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withoutDaemonCount
The number of instances on this capacity provider that are running without the daemon task. This applies to daemons that aren't critical, where the instance remains available for your other tasks even if the daemon task can't start or stops. These instances aren't included in
runningCount.- Parameters:
withoutDaemonCount- The number of instances on this capacity provider that are running without the daemon task. This applies to daemons that aren't critical, where the instance remains available for your other tasks even if the daemon task can't start or stops. These instances aren't included inrunningCount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-