public static interface BlueGreenDeploymentConfiguration.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
BlueGreenDeploymentConfiguration.Builder |
deploymentReadyOption(DeploymentReadyOption deploymentReadyOption)
Information about the action to take when newly provisioned instances are ready to receive traffic in a
blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
greenFleetProvisioningOption(GreenFleetProvisioningOption greenFleetProvisioningOption)
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
terminateBlueInstancesOnDeploymentSuccess(BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
copyapply, buildBlueGreenDeploymentConfiguration.Builder terminateBlueInstancesOnDeploymentSuccess(BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
terminateBlueInstancesOnDeploymentSuccess - Information about whether to terminate instances in the original fleet during a blue/green deployment.BlueGreenDeploymentConfiguration.Builder deploymentReadyOption(DeploymentReadyOption deploymentReadyOption)
Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
deploymentReadyOption - Information about the action to take when newly provisioned instances are ready to receive traffic in
a blue/green deployment.BlueGreenDeploymentConfiguration.Builder greenFleetProvisioningOption(GreenFleetProvisioningOption greenFleetProvisioningOption)
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
greenFleetProvisioningOption - Information about how instances are provisioned for a replacement environment in a blue/green
deployment.Copyright © 2017. All rights reserved.