public static interface CreateTaskSetResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<CreateTaskSetResponse.Builder,CreateTaskSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateTaskSetResponse.Builder |
taskSet(Consumer<TaskSet.Builder> taskSet)
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an
EXTERNAL
deployment. |
CreateTaskSetResponse.Builder |
taskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an
EXTERNAL
deployment. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTaskSetResponse.Builder taskSet(TaskSet taskSet)
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL
deployment. A task set includes details such as the desired number of tasks, how many tasks are running, and
whether the task set serves production traffic.
taskSet - Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL
deployment. A task set includes details such as the desired number of tasks, how many tasks are
running, and whether the task set serves production traffic.default CreateTaskSetResponse.Builder taskSet(Consumer<TaskSet.Builder> taskSet)
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL
deployment. A task set includes details such as the desired number of tasks, how many tasks are running, and
whether the task set serves production traffic.
TaskSet.Builder avoiding the need to create one
manually via TaskSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to taskSet(TaskSet).taskSet - a consumer that will call methods on TaskSet.BuildertaskSet(TaskSet)Copyright © 2021. All rights reserved.