public static interface UpdateTaskSetRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateTaskSetRequest.Builder,UpdateTaskSetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTaskSetRequest.Builder |
cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is
found in.
|
UpdateTaskSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTaskSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateTaskSetRequest.Builder |
scale(Consumer<Scale.Builder> scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
UpdateTaskSetRequest.Builder |
scale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
UpdateTaskSetRequest.Builder |
service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.
|
UpdateTaskSetRequest.Builder |
taskSet(String taskSet)
The short name or full Amazon Resource Name (ARN) of the task set to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTaskSetRequest.Builder cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
set is found in.UpdateTaskSetRequest.Builder service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.
service - The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.UpdateTaskSetRequest.Builder taskSet(String taskSet)
The short name or full Amazon Resource Name (ARN) of the task set to update.
taskSet - The short name or full Amazon Resource Name (ARN) of the task set to update.UpdateTaskSetRequest.Builder scale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
scale - A floating-point percentage of the desired number of tasks to place and keep running in the task set.default UpdateTaskSetRequest.Builder scale(Consumer<Scale.Builder> scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
This is a convenience method that creates an instance of theScale.Builder avoiding the need to
create one manually via Scale.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to scale(Scale).
scale - a consumer that will call methods on Scale.Builderscale(Scale)UpdateTaskSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTaskSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.