default DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.alarms(Consumer<DeploymentAlarms.Builder> alarms) |
Information about the CloudWatch alarms.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.alarms(DeploymentAlarms alarms) |
Information about the CloudWatch alarms.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.bakeTimeInMinutes(Integer bakeTimeInMinutes) |
The time period when both blue and green service revisions are running simultaneously after the production
traffic has shifted.
|
static DeploymentConfiguration.Builder |
DeploymentConfiguration.builder() |
|
default DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.canaryConfiguration(Consumer<CanaryConfiguration.Builder> canaryConfiguration) |
Configuration for canary deployment strategy.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.canaryConfiguration(CanaryConfiguration canaryConfiguration) |
Configuration for canary deployment strategy.
|
default DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.deploymentCircuitBreaker(Consumer<DeploymentCircuitBreaker.Builder> deploymentCircuitBreaker) |
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.deploymentCircuitBreaker(DeploymentCircuitBreaker deploymentCircuitBreaker) |
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.lifecycleHooks(Collection<DeploymentLifecycleHook> lifecycleHooks) |
An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment
lifecycle.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.lifecycleHooks(Consumer<DeploymentLifecycleHook.Builder>... lifecycleHooks) |
An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment
lifecycle.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.lifecycleHooks(DeploymentLifecycleHook... lifecycleHooks) |
An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment
lifecycle.
|
default DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.linearConfiguration(Consumer<LinearConfiguration.Builder> linearConfiguration) |
Configuration for linear deployment strategy.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.linearConfiguration(LinearConfiguration linearConfiguration) |
Configuration for linear deployment strategy.
|
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.Builder.strategy(String strategy) |
The deployment strategy for the service.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.Builder.strategy(DeploymentStrategy strategy) |
The deployment strategy for the service.
|
DeploymentConfiguration.Builder |
DeploymentConfiguration.toBuilder() |
|