CopyableBuilder<EcsParameters.Builder,EcsParameters>, SdkBuilder<EcsParameters.Builder,EcsParameters>public static interface EcsParameters.Builder extends CopyableBuilder<EcsParameters.Builder,EcsParameters>
| Modifier and Type | Method | 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.
|
copyapply, buildEcsParameters.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.