public static interface StartTaskResponse.Builder extends EcsResponse.Builder, SdkPojo, 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(Consumer<Failure.Builder>... 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(Consumer<Task.Builder>... 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTaskResponse.Builder tasks(Collection<Task> tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
tasks - A full description of the tasks that were started. Each task that was successfully placed on your
container instances is described.StartTaskResponse.Builder tasks(Task... tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
tasks - A full description of the tasks that were started. Each task that was successfully placed on your
container instances is described.StartTaskResponse.Builder tasks(Consumer<Task.Builder>... tasks)
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
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) 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.StartTaskResponse.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.