public static interface EcsParameters.Builder extends CopyableBuilder<EcsParameters.Builder,EcsParameters>
Modifier and Type | Method and Description |
---|---|
EcsParameters.Builder |
taskCount(Integer taskCount)
The number of tasks to create based on the
TaskDefinition . |
EcsParameters.Builder |
taskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS cluster.
|
copy
applyMutation, build
EcsParameters.Builder taskDefinitionArn(String taskDefinitionArn)
The ARN of the task definition to use if the event target is an Amazon ECS cluster.
taskDefinitionArn
- The ARN of the task definition to use if the event target is an Amazon ECS cluster.EcsParameters.Builder taskCount(Integer taskCount)
The number of tasks to create based on the TaskDefinition
. The default is one.
taskCount
- The number of tasks to create based on the TaskDefinition
. The default is one.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.