@Stability(value=Stable) public static final class CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentGroup.DeploymentReadyOptionProperty>
CfnDeploymentGroup.DeploymentReadyOptionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder |
actionOnTimeout(String actionOnTimeout)
Sets the value of
CfnDeploymentGroup.DeploymentReadyOptionProperty.getActionOnTimeout() |
CfnDeploymentGroup.DeploymentReadyOptionProperty |
build()
Builds the configured instance.
|
CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder |
waitTimeInMinutes(Number waitTimeInMinutes)
Sets the value of
CfnDeploymentGroup.DeploymentReadyOptionProperty.getWaitTimeInMinutes() |
@Stability(value=Stable) public CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder actionOnTimeout(String actionOnTimeout)
CfnDeploymentGroup.DeploymentReadyOptionProperty.getActionOnTimeout()actionOnTimeout - Information about when to reroute traffic from an original environment to a replacement environment in a blue/green deployment.
this@Stability(value=Stable) public CfnDeploymentGroup.DeploymentReadyOptionProperty.Builder waitTimeInMinutes(Number waitTimeInMinutes)
CfnDeploymentGroup.DeploymentReadyOptionProperty.getWaitTimeInMinutes()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.
Applies only to the STOP_DEPLOYMENT option for actionOnTimeout .this@Stability(value=Stable) public CfnDeploymentGroup.DeploymentReadyOptionProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentGroup.DeploymentReadyOptionProperty>CfnDeploymentGroup.DeploymentReadyOptionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.