| 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 maximumPercent
parameter represents an upper limit on the number of your service's tasks that are allowed in the
RUNNING or PENDING state during a deployment, as a percentage of the
desiredCount (rounded down to the nearest integer). |
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.minimumHealthyPercent(Integer minimumHealthyPercent)
If a service is using the rolling update (
ECS) deployment type, the
minimumHealthyPercent represents a lower limit on the number of your service's tasks that must
remain in the RUNNING state during a deployment, as a percentage of the
desiredCount (rounded up to the nearest integer). |
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 © 2022. All rights reserved.