| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentReadyOption.Builder |
DeploymentReadyOption.Builder.actionOnTimeout(DeploymentReadyAction actionOnTimeout)
Information about when to reroute traffic from an original environment to a replacement environment in a
blue/green deployment.
|
DeploymentReadyOption.Builder |
DeploymentReadyOption.Builder.actionOnTimeout(String actionOnTimeout)
Information about when to reroute traffic from an original environment to a replacement environment in a
blue/green deployment.
|
static DeploymentReadyOption.Builder |
DeploymentReadyOption.builder() |
DeploymentReadyOption.Builder |
DeploymentReadyOption.toBuilder() |
DeploymentReadyOption.Builder |
DeploymentReadyOption.Builder.waitTimeInMinutes(Integer waitTimeInMinutes)
The number of minutes to wait before the status of a blue/green deployment is changed to Stopped if rerouting
is not started manually.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentReadyOption.Builder> |
DeploymentReadyOption.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.deploymentReadyOption(Consumer<DeploymentReadyOption.Builder> deploymentReadyOption)
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
Copyright © 2021. All rights reserved.