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.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.
-