Uses of Interface
software.amazon.awssdk.services.ecs.model.DeploymentConfiguration.Builder
-
Packages that use DeploymentConfiguration.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of DeploymentConfiguration.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return DeploymentConfiguration.Builder Modifier and Type Method Description default DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. alarms(Consumer<DeploymentAlarms.Builder> alarms)Information about the CloudWatch alarms.DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. alarms(DeploymentAlarms alarms)Information about the CloudWatch alarms.static DeploymentConfiguration.BuilderDeploymentConfiguration. builder()default DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. deploymentCircuitBreaker(Consumer<DeploymentCircuitBreaker.Builder> deploymentCircuitBreaker)DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. deploymentCircuitBreaker(DeploymentCircuitBreaker deploymentCircuitBreaker)DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. maximumPercent(Integer maximumPercent)If a service is using the rolling update (ECS) deployment type, themaximumPercentparameter represents an upper limit on the number of your service's tasks that are allowed in theRUNNINGorPENDINGstate during a deployment, as a percentage of thedesiredCount(rounded down to the nearest integer).DeploymentConfiguration.BuilderDeploymentConfiguration.Builder. minimumHealthyPercent(Integer minimumHealthyPercent)If a service is using the rolling update (ECS) deployment type, theminimumHealthyPercentrepresents a lower limit on the number of your service's tasks that must remain in theRUNNINGstate during a deployment, as a percentage of thedesiredCount(rounded up to the nearest integer).DeploymentConfiguration.BuilderDeploymentConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type DeploymentConfiguration.Builder Modifier and Type Method Description static Class<? extends DeploymentConfiguration.Builder>DeploymentConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type DeploymentConfiguration.Builder Modifier and Type Method Description default CreateServiceRequest.BuilderCreateServiceRequest.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.BuilderService.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.BuilderUpdateServiceRequest.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.
-