| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
static EcsParameters.Builder |
EcsParameters.builder() |
EcsParameters.Builder |
EcsParameters.Builder.capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy)
The capacity provider strategy to use for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.enableECSManagedTags(Boolean enableECSManagedTags)
Specifies whether to enable Amazon ECS managed tags for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.enableExecuteCommand(Boolean enableExecuteCommand)
Whether or not to enable the execute command functionality for the containers in this task.
|
EcsParameters.Builder |
EcsParameters.Builder.group(String group)
Specifies an ECS task group for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.launchType(LaunchType launchType)
Specifies the launch type on which your task is running.
|
EcsParameters.Builder |
EcsParameters.Builder.launchType(String launchType)
Specifies the launch type on which your task is running.
|
default EcsParameters.Builder |
EcsParameters.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
This structure specifies the network configuration for an ECS task.
|
EcsParameters.Builder |
EcsParameters.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
This structure specifies the network configuration for an ECS task.
|
EcsParameters.Builder |
EcsParameters.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of placement constraint objects to use for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.placementConstraints(Consumer<PlacementConstraint.Builder>... placementConstraints)
An array of placement constraint objects to use for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.placementConstraints(PlacementConstraint... placementConstraints)
An array of placement constraint objects to use for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.placementStrategy(Collection<PlacementStrategy> placementStrategy)
The task placement strategy for a task or service.
|
EcsParameters.Builder |
EcsParameters.Builder.placementStrategy(Consumer<PlacementStrategy.Builder>... placementStrategy)
The task placement strategy for a task or service.
|
EcsParameters.Builder |
EcsParameters.Builder.placementStrategy(PlacementStrategy... placementStrategy)
The task placement strategy for a task or service.
|
EcsParameters.Builder |
EcsParameters.Builder.platformVersion(String platformVersion)
Specifies the platform version for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.propagateTags(PropagateTags propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
EcsParameters.Builder |
EcsParameters.Builder.propagateTags(String propagateTags)
Specifies whether to propagate the tags from the task definition to the task.
|
EcsParameters.Builder |
EcsParameters.Builder.referenceId(String referenceId)
The reference ID to use for the task.
|
EcsParameters.Builder |
EcsParameters.Builder.tags(Collection<? extends Map<String,String>> tags)
The metadata that you apply to the task to help you categorize and organize them.
|
EcsParameters.Builder |
EcsParameters.Builder.tags(Map<String,String>... tags)
The metadata that you apply to the task to help you categorize and organize them.
|
EcsParameters.Builder |
EcsParameters.Builder.taskCount(Integer taskCount)
The number of tasks to create based on
TaskDefinition. |
EcsParameters.Builder |
EcsParameters.Builder.taskDefinitionArn(String taskDefinitionArn)
The Amazon Resource Name (ARN) of the task definition to use if the event target is an Amazon ECS task.
|
EcsParameters.Builder |
EcsParameters.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EcsParameters.Builder> |
EcsParameters.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Target.Builder |
Target.Builder.ecsParameters(Consumer<EcsParameters.Builder> ecsParameters)
The templated target type for the Amazon ECS
RunTask
API operation. |
Copyright © 2023. All rights reserved.