@Stability(value=Stable) public static final class CfnDeploymentConfig.TimeBasedCanaryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentConfig.TimeBasedCanaryProperty>
CfnDeploymentConfig.TimeBasedCanaryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentConfig.TimeBasedCanaryProperty |
build()
Builds the configured instance.
|
CfnDeploymentConfig.TimeBasedCanaryProperty.Builder |
canaryInterval(Number canaryInterval)
Sets the value of
CfnDeploymentConfig.TimeBasedCanaryProperty.getCanaryInterval() |
CfnDeploymentConfig.TimeBasedCanaryProperty.Builder |
canaryPercentage(Number canaryPercentage)
Sets the value of
CfnDeploymentConfig.TimeBasedCanaryProperty.getCanaryPercentage() |
@Stability(value=Stable) public CfnDeploymentConfig.TimeBasedCanaryProperty.Builder canaryInterval(Number canaryInterval)
CfnDeploymentConfig.TimeBasedCanaryProperty.getCanaryInterval()canaryInterval - The number of minutes between the first and second traffic shifts of a `TimeBasedCanary` deployment. This parameter is required.this@Stability(value=Stable) public CfnDeploymentConfig.TimeBasedCanaryProperty.Builder canaryPercentage(Number canaryPercentage)
CfnDeploymentConfig.TimeBasedCanaryProperty.getCanaryPercentage()canaryPercentage - The percentage of traffic to shift in the first increment of a `TimeBasedCanary` deployment. This parameter is required.this@Stability(value=Stable) public CfnDeploymentConfig.TimeBasedCanaryProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentConfig.TimeBasedCanaryProperty>CfnDeploymentConfig.TimeBasedCanaryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.