public static interface RunTaskResponse.Builder extends ECSResponse.Builder, CopyableBuilder<RunTaskResponse.Builder,RunTaskResponse>
| Modifier and Type | Method and Description |
|---|---|
RunTaskResponse.Builder |
failures(Collection<Failure> failures)
Any failures associated with the call.
|
RunTaskResponse.Builder |
failures(Failure... failures)
Any failures associated with the call.
|
RunTaskResponse.Builder |
tasks(Collection<Task> tasks)
A full description of the tasks that were run.
|
RunTaskResponse.Builder |
tasks(Task... tasks)
A full description of the tasks that were run.
|
buildcopyapply, buildRunTaskResponse.Builder tasks(Collection<Task> tasks)
A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here.
tasks - A full description of the tasks that were run. Each task that was successfully placed on your cluster
are described here.RunTaskResponse.Builder tasks(Task... tasks)
A full description of the tasks that were run. Each task that was successfully placed on your cluster are described here.
tasks - A full description of the tasks that were run. Each task that was successfully placed on your cluster
are described here.RunTaskResponse.Builder failures(Collection<Failure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.RunTaskResponse.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.