public static interface UpdateServicePrimaryTaskSetRequest.Builder extends EcsRequest.Builder, SdkPojo, CopyableBuilder<UpdateServicePrimaryTaskSetRequest.Builder,UpdateServicePrimaryTaskSetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateServicePrimaryTaskSetRequest.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.
|
UpdateServicePrimaryTaskSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServicePrimaryTaskSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServicePrimaryTaskSetRequest.Builder |
primaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the
deployment.
|
UpdateServicePrimaryTaskSetRequest.Builder |
service(String service)
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServicePrimaryTaskSetRequest.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.UpdateServicePrimaryTaskSetRequest.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.UpdateServicePrimaryTaskSetRequest.Builder primaryTaskSet(String primaryTaskSet)
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
primaryTaskSet - The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in
the deployment.UpdateServicePrimaryTaskSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateServicePrimaryTaskSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.