public static interface StartTaskResponse.Builder extends ECSResponse.Builder, CopyableBuilder<StartTaskResponse.Builder,StartTaskResponse>
Modifier and Type | Method and Description |
---|---|
StartTaskResponse.Builder |
failures(Collection<Failure> failures)
Any failures associated with the call.
|
StartTaskResponse.Builder |
failures(Failure... failures)
Any failures associated with the call.
|
StartTaskResponse.Builder |
tasks(Collection<Task> tasks)
A full description of the tasks that were started.
|
StartTaskResponse.Builder |
tasks(Task... tasks)
A full description of the tasks that were started.
|
build
copy
apply, build
StartTaskResponse.Builder tasks(Collection<Task> tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances are described here.
tasks
- A full description of the tasks that were started. Each task that was successfully placed on your
container instances are described here.StartTaskResponse.Builder tasks(Task... tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances are described here.
tasks
- A full description of the tasks that were started. Each task that was successfully placed on your
container instances are described here.StartTaskResponse.Builder failures(Collection<Failure> failures)
Any failures associated with the call.
failures
- Any failures associated with the call.StartTaskResponse.Builder failures(Failure... failures)
Any failures associated with the call.
failures
- Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.