public static interface RunTaskResponse.Builder extends EcsResponse.Builder, SdkPojo, 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(Consumer<Failure.Builder>... 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(Consumer<Task.Builder>... tasks)
A full description of the tasks that were run.
|
RunTaskResponse.Builder |
tasks(Task... tasks)
A full description of the tasks that were run.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRunTaskResponse.Builder tasks(Collection<Task> tasks)
A full description of the tasks that were run. The tasks that were successfully placed on your cluster are described here.
tasks - A full description of the tasks that were run. The tasks that were successfully placed on your cluster
are described here.RunTaskResponse.Builder tasks(Task... tasks)
A full description of the tasks that were run. The tasks that were successfully placed on your cluster are described here.
tasks - A full description of the tasks that were run. The tasks that were successfully placed on your cluster
are described here.RunTaskResponse.Builder tasks(Consumer<Task.Builder>... tasks)
A full description of the tasks that were run. The tasks that were successfully placed on your cluster are described here.
This is a convenience method that creates an instance of theTask.Builder avoiding the need to create one manually via
Task.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tasks(List.
tasks - a consumer that will call methods on Task.Builder#tasks(java.util.Collection) 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.RunTaskResponse.Builder failures(Consumer<Failure.Builder>... failures)
Any failures associated with the call.
This is a convenience method that creates an instance of theFailure.Builder avoiding the need to create one manually
via Failure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #failures(List.
failures - a consumer that will call methods on Failure.Builder#failures(java.util.Collection) Copyright © 2022. All rights reserved.