| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceResponse |
EcsClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Modifies the parameters of a service.
|
default CompletableFuture<UpdateServiceResponse> |
EcsAsyncClient.updateService(Consumer<UpdateServiceRequest.Builder> updateServiceRequest)
Modifies the parameters of a service.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateServiceRequest.Builder |
UpdateServiceRequest.builder() |
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy)
The capacity provider strategy to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that your service runs on.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.deploymentConfiguration(Consumer<DeploymentConfiguration.Builder> deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of
stopping and starting tasks.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of
stopping and starting tasks.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.desiredCount(Integer desiredCount)
The number of instantiations of the task to place and keep running in your service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.enableECSManagedTags(Boolean enableECSManagedTags)
Determines whether to turn on Amazon ECS managed tags for the tasks in the service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.enableExecuteCommand(Boolean enableExecuteCommand)
If
true, this enables execute command functionality on all task containers. |
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.forceNewDeployment(Boolean forceNewDeployment)
Determines whether to force a new deployment of the service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.healthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load
Balancing target health checks after a task has first started.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.loadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.loadBalancers(Consumer<LoadBalancer.Builder>... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.loadBalancers(LoadBalancer... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
An object representing the network configuration for the service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
An object representing the network configuration for the service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementConstraints(Collection<PlacementConstraint> placementConstraints)
An array of task placement constraint objects to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementConstraints(Consumer<PlacementConstraint.Builder>... placementConstraints)
An array of task placement constraint objects to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementConstraints(PlacementConstraint... placementConstraints)
An array of task placement constraint objects to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementStrategy(Collection<PlacementStrategy> placementStrategy)
The task placement strategy objects to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementStrategy(Consumer<PlacementStrategy.Builder>... placementStrategy)
The task placement strategy objects to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.placementStrategy(PlacementStrategy... placementStrategy)
The task placement strategy objects to update the service to use.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.platformVersion(String platformVersion)
The platform version that your tasks in the service run on.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.propagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.propagateTags(String propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.service(String service)
The name of the service to update.
|
default UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.serviceConnectConfiguration(Consumer<ServiceConnectConfiguration.Builder> serviceConnectConfiguration)
The configuration for this service to discover and connect to services, and be discovered by, and connected
from, other services within a namespace.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.serviceConnectConfiguration(ServiceConnectConfiguration serviceConnectConfiguration)
The configuration for this service to discover and connect to services, and be discovered by, and connected
from, other services within a namespace.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.serviceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.serviceRegistries(Consumer<ServiceRegistry.Builder>... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.serviceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
UpdateServiceRequest.Builder |
UpdateServiceRequest.Builder.taskDefinition(String taskDefinition)
The
family and revision (family:revision) or full ARN of the task
definition to run in your service. |
UpdateServiceRequest.Builder |
UpdateServiceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateServiceRequest.Builder> |
UpdateServiceRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.