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
exists in.
|
UpdateTaskSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTaskSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateTaskSetRequest.Builder |
scale(Consumer<Scale.Builder> scale)
Sets the value of the Scale property for this object.
|
UpdateTaskSetRequest.Builder |
scale(Scale scale)
Sets the value of the Scale property for this object.
|
UpdateTaskSetRequest.Builder |
service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists 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 exists in.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task
set exists in.UpdateTaskSetRequest.Builder service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
service - The short name or full Amazon Resource Name (ARN) of the service that the task set exists 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)
scale - The new value for the Scale property for this object.default UpdateTaskSetRequest.Builder scale(Consumer<Scale.Builder> scale)
Scale.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 © 2021. All rights reserved.