Uses of Interface
software.amazon.awssdk.services.codedeploy.model.DeploymentReadyOption.Builder
-
Packages that use DeploymentReadyOption.Builder Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of DeploymentReadyOption.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return DeploymentReadyOption.Builder Modifier and Type Method Description DeploymentReadyOption.BuilderDeploymentReadyOption.Builder. actionOnTimeout(String actionOnTimeout)Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.DeploymentReadyOption.BuilderDeploymentReadyOption.Builder. actionOnTimeout(DeploymentReadyAction actionOnTimeout)Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.static DeploymentReadyOption.BuilderDeploymentReadyOption. builder()DeploymentReadyOption.BuilderDeploymentReadyOption. toBuilder()DeploymentReadyOption.BuilderDeploymentReadyOption.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.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type DeploymentReadyOption.Builder Modifier and Type Method Description static Class<? extends DeploymentReadyOption.Builder>DeploymentReadyOption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codedeploy.model with type arguments of type DeploymentReadyOption.Builder Modifier and Type Method Description default BlueGreenDeploymentConfiguration.BuilderBlueGreenDeploymentConfiguration.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.
-