@Stability(value=Stable) public static final class CfnTrafficRoutingTimeBasedCanary.Builder extends Object implements software.amazon.jsii.Builder<CfnTrafficRoutingTimeBasedCanary>
CfnTrafficRoutingTimeBasedCanary| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrafficRoutingTimeBasedCanary.Builder |
bakeTimeMins(Number bakeTimeMins)
Sets the value of
CfnTrafficRoutingTimeBasedCanary.getBakeTimeMins() |
CfnTrafficRoutingTimeBasedCanary |
build()
Builds the configured instance.
|
CfnTrafficRoutingTimeBasedCanary.Builder |
stepPercentage(Number stepPercentage)
Sets the value of
CfnTrafficRoutingTimeBasedCanary.getStepPercentage() |
@Stability(value=Stable) public CfnTrafficRoutingTimeBasedCanary.Builder bakeTimeMins(Number bakeTimeMins)
CfnTrafficRoutingTimeBasedCanary.getBakeTimeMins()bakeTimeMins - The number of minutes between the first and second traffic shifts of a time-based canary deployment.this@Stability(value=Stable) public CfnTrafficRoutingTimeBasedCanary.Builder stepPercentage(Number stepPercentage)
CfnTrafficRoutingTimeBasedCanary.getStepPercentage()stepPercentage - The percentage of traffic to shift in the first increment of a time-based canary deployment.
The step percentage must be 14% or greater.this@Stability(value=Stable) public CfnTrafficRoutingTimeBasedCanary build()
build in interface software.amazon.jsii.Builder<CfnTrafficRoutingTimeBasedCanary>CfnTrafficRoutingTimeBasedCanaryNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.