| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityProviderStrategyItem |
CapacityProviderStrategyItem.clone() |
CapacityProviderStrategyItem |
CapacityProviderStrategyItem.withBase(Integer base)
The base value designates how many tasks, at a minimum, to run on the specified capacity provider.
|
CapacityProviderStrategyItem |
CapacityProviderStrategyItem.withCapacityProvider(String capacityProvider)
The short name of the capacity provider.
|
CapacityProviderStrategyItem |
CapacityProviderStrategyItem.withWeight(Integer weight)
The weight value designates the relative percentage of the total number of tasks launched that should use the
specified capacity provider.
|
| Modifier and Type | Method and Description |
|---|---|
List<CapacityProviderStrategyItem> |
EcsParameters.getCapacityProviderStrategy()
The capacity provider strategy to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
EcsParameters |
EcsParameters.withCapacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsParameters.setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
EcsParameters |
EcsParameters.withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
Copyright © 2023. All rights reserved.