CopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
, SdkBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
public static interface BlueGreenDeploymentConfiguration.Builder extends CopyableBuilder<BlueGreenDeploymentConfiguration.Builder,BlueGreenDeploymentConfiguration>
Modifier and Type | Method | 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.
|
copy
apply, build
BlueGreenDeploymentConfiguration.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 Amazon Web Services, Inc. All Rights Reserved.