Interface AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder,
,AwsEcsClusterDefaultCapacityProviderStrategyDetails> SdkBuilder<AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder,
,AwsEcsClusterDefaultCapacityProviderStrategyDetails> SdkPojo
- Enclosing class:
AwsEcsClusterDefaultCapacityProviderStrategyDetails
@Mutable
@NotThreadSafe
public static interface AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder,AwsEcsClusterDefaultCapacityProviderStrategyDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe minimum number of tasks to run on the specified capacity provider.capacityProvider
(String capacityProvider) The name of the capacity provider.The relative percentage of the total number of tasks launched that should use the capacity provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
base
The minimum number of tasks to run on the specified capacity provider.
- Parameters:
base
- The minimum number of tasks to run on the specified capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capacityProvider
AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder capacityProvider(String capacityProvider) The name of the capacity provider.
- Parameters:
capacityProvider
- The name of the capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
weight
The relative percentage of the total number of tasks launched that should use the capacity provider.
- Parameters:
weight
- The relative percentage of the total number of tasks launched that should use the capacity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-