| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.builder() |
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.
|
BlueGreenDeploymentConfiguration.Builder |
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.
|
default BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.greenFleetProvisioningOption(Consumer<GreenFleetProvisioningOption.Builder> greenFleetProvisioningOption)
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.greenFleetProvisioningOption(GreenFleetProvisioningOption greenFleetProvisioningOption)
Information about how instances are provisioned for a replacement environment in a blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.terminateBlueInstancesOnDeploymentSuccess(BlueInstanceTerminationOption terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
default BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.Builder.terminateBlueInstancesOnDeploymentSuccess(Consumer<BlueInstanceTerminationOption.Builder> terminateBlueInstancesOnDeploymentSuccess)
Information about whether to terminate instances in the original fleet during a blue/green deployment.
|
BlueGreenDeploymentConfiguration.Builder |
BlueGreenDeploymentConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BlueGreenDeploymentConfiguration.Builder> |
BlueGreenDeploymentConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
default CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
default DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
Information about blue/green deployment options for a deployment group.
|
default DeploymentInfo.Builder |
DeploymentInfo.Builder.blueGreenDeploymentConfiguration(Consumer<BlueGreenDeploymentConfiguration.Builder> blueGreenDeploymentConfiguration)
Information about blue/green deployment options for this deployment.
|
Copyright © 2023. All rights reserved.