Class DeploymentGroupBlueGreenDeploymentConfig.Builder
- java.lang.Object
-
- com.pulumi.aws.codedeploy.outputs.DeploymentGroupBlueGreenDeploymentConfig.Builder
-
- Enclosing class:
- DeploymentGroupBlueGreenDeploymentConfig
public static final class DeploymentGroupBlueGreenDeploymentConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DeploymentGroupBlueGreenDeploymentConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentGroupBlueGreenDeploymentConfig
build()
DeploymentGroupBlueGreenDeploymentConfig.Builder
deploymentReadyOption(DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption deploymentReadyOption)
DeploymentGroupBlueGreenDeploymentConfig.Builder
greenFleetProvisioningOption(DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption greenFleetProvisioningOption)
DeploymentGroupBlueGreenDeploymentConfig.Builder
terminateBlueInstancesOnDeploymentSuccess(DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess terminateBlueInstancesOnDeploymentSuccess)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DeploymentGroupBlueGreenDeploymentConfig defaults)
-
-
Method Detail
-
deploymentReadyOption
public DeploymentGroupBlueGreenDeploymentConfig.Builder deploymentReadyOption(@Nullable DeploymentGroupBlueGreenDeploymentConfigDeploymentReadyOption deploymentReadyOption)
-
greenFleetProvisioningOption
public DeploymentGroupBlueGreenDeploymentConfig.Builder greenFleetProvisioningOption(@Nullable DeploymentGroupBlueGreenDeploymentConfigGreenFleetProvisioningOption greenFleetProvisioningOption)
-
terminateBlueInstancesOnDeploymentSuccess
public DeploymentGroupBlueGreenDeploymentConfig.Builder terminateBlueInstancesOnDeploymentSuccess(@Nullable DeploymentGroupBlueGreenDeploymentConfigTerminateBlueInstancesOnDeploymentSuccess terminateBlueInstancesOnDeploymentSuccess)
-
build
public DeploymentGroupBlueGreenDeploymentConfig build()
-
-