public static interface AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder,AwsEcsClusterDefaultCapacityProviderStrategyDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder |
base(Integer base)
The minimum number of tasks to run on the specified capacity provider.
|
AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder |
capacityProvider(String capacityProvider)
The name of the capacity provider.
|
AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder |
weight(Integer weight)
The relative percentage of the total number of tasks launched that should use the capacity provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder base(Integer base)
The minimum number of tasks to run on the specified capacity provider.
base - The minimum number of tasks to run on the specified capacity provider.AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder capacityProvider(String capacityProvider)
The name of the capacity provider.
capacityProvider - The name of the capacity provider.AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder weight(Integer weight)
The relative percentage of the total number of tasks launched that should use the capacity provider.
weight - The relative percentage of the total number of tasks launched that should use the capacity provider.Copyright © 2023. All rights reserved.