CopyableBuilder<StartTaskResponse.Builder,StartTaskResponse>
, SdkBuilder<StartTaskResponse.Builder,StartTaskResponse>
public static interface StartTaskResponse.Builder extends CopyableBuilder<StartTaskResponse.Builder,StartTaskResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTasks(java.util.Collection)
or #withTasks(java.util.Collection)
if you want to override
the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailures(java.util.Collection)
or #withFailures(java.util.Collection)
if you want to
override the existing values.
failures
- Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.