| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfiguration.Builder |
DeploymentConfiguration.builder() |
default DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.deploymentCircuitBreaker(Consumer<DeploymentCircuitBreaker.Builder> deploymentCircuitBreaker)
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.deploymentCircuitBreaker(DeploymentCircuitBreaker deploymentCircuitBreaker)
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.maximumPercent(Integer maximumPercent)
If a service is using the rolling update (
ECS) deployment type, the maximum percent
parameter represents an upper limit on the number of tasks in a service that are allowed in the
RUNNING or PENDING state during a deployment, as a percentage of the desired number
of tasks (rounded down to the nearest integer), and while any container instances are in the
DRAINING state if the service contains tasks using the EC2 launch type. |
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.minimumHealthyPercent(Integer minimumHealthyPercent)
If a service is using the rolling update (
ECS) deployment type, the minimum healthy
percent represents a lower limit on the number of tasks in a service that must remain in the
RUNNING state during a deployment, as a percentage of the desired number of tasks (rounded up to
the nearest integer), and while any container instances are in the DRAINING state if the service
contains tasks using the EC2 launch type. |
DeploymentConfiguration.Builder |
DeploymentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentConfiguration.Builder> |
DeploymentConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateServiceRequest.Builder |
CreateServiceRequest.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.
|
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.
|
default Service.Builder |
Service.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.
|
Copyright © 2021. All rights reserved.