public static interface AwsEcsServiceCapacityProviderStrategyDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsServiceCapacityProviderStrategyDetails.Builder,AwsEcsServiceCapacityProviderStrategyDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceCapacityProviderStrategyDetails.Builder |
base(Integer base)
The minimum number of tasks to run on the capacity provider.
|
AwsEcsServiceCapacityProviderStrategyDetails.Builder |
capacityProvider(String capacityProvider)
The short name of the capacity provider.
|
AwsEcsServiceCapacityProviderStrategyDetails.Builder |
weight(Integer weight)
The relative percentage of the total number of tasks that should use the capacity provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsServiceCapacityProviderStrategyDetails.Builder base(Integer base)
The minimum number of tasks to run on the capacity provider. Only one strategy item can specify a value for
Base.
The value must be between 0 and 100000.
base - The minimum number of tasks to run on the capacity provider. Only one strategy item can specify a
value for Base.
The value must be between 0 and 100000.
AwsEcsServiceCapacityProviderStrategyDetails.Builder capacityProvider(String capacityProvider)
The short name of the capacity provider.
capacityProvider - The short name of the capacity provider.AwsEcsServiceCapacityProviderStrategyDetails.Builder weight(Integer weight)
The relative percentage of the total number of tasks that should use the capacity provider.
If no weight is specified, the default value is 0. At least one capacity provider must have a weight greater than 0.
The value can be between 0 and 1000.
weight - The relative percentage of the total number of tasks that should use the capacity provider.
If no weight is specified, the default value is 0. At least one capacity provider must have a weight greater than 0.
The value can be between 0 and 1000.
Copyright © 2023. All rights reserved.