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