| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsEcsServiceDeploymentConfigurationDetails.Builder |
AwsEcsServiceDeploymentConfigurationDetails.builder() |
AwsEcsServiceDeploymentConfigurationDetails.Builder |
AwsEcsServiceDeploymentConfigurationDetails.Builder.deploymentCircuitBreaker(AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails deploymentCircuitBreaker)
Determines whether a service deployment fails if a service cannot reach a steady state.
|
default AwsEcsServiceDeploymentConfigurationDetails.Builder |
AwsEcsServiceDeploymentConfigurationDetails.Builder.deploymentCircuitBreaker(Consumer<AwsEcsServiceDeploymentConfigurationDeploymentCircuitBreakerDetails.Builder> deploymentCircuitBreaker)
Determines whether a service deployment fails if a service cannot reach a steady state.
|
AwsEcsServiceDeploymentConfigurationDetails.Builder |
AwsEcsServiceDeploymentConfigurationDetails.Builder.maximumPercent(Integer maximumPercent)
For a service that uses the rolling update (
ECS) deployment type, the maximum number of tasks in
a service that are allowed in the RUNNING or PENDING state during a deployment, and
for tasks that use the EC2 launch type, when any container instances are in the DRAINING state. |
AwsEcsServiceDeploymentConfigurationDetails.Builder |
AwsEcsServiceDeploymentConfigurationDetails.Builder.minimumHealthyPercent(Integer minimumHealthyPercent)
For a service that uses the rolling update (
ECS) deployment type, the minimum number of tasks in
a service that must remain in the RUNNING state during a deployment, and while any container
instances are in the DRAINING state if the service contains tasks using the EC2 launch type. |
AwsEcsServiceDeploymentConfigurationDetails.Builder |
AwsEcsServiceDeploymentConfigurationDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsEcsServiceDeploymentConfigurationDetails.Builder> |
AwsEcsServiceDeploymentConfigurationDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsEcsServiceDetails.Builder |
AwsEcsServiceDetails.Builder.deploymentConfiguration(Consumer<AwsEcsServiceDeploymentConfigurationDetails.Builder> deploymentConfiguration)
Deployment parameters for the service.
|
Copyright © 2023. All rights reserved.