CopyableBuilder<RunTaskResponse.Builder,RunTaskResponse>
, SdkBuilder<RunTaskResponse.Builder,RunTaskResponse>
public static interface RunTaskResponse.Builder extends CopyableBuilder<RunTaskResponse.Builder,RunTaskResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
RunTaskResponse.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.
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 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.
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.