@Stability(value=Stable) public static final class CfnDeploymentConfig.TimeBasedLinearProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentConfig.TimeBasedLinearProperty>
CfnDeploymentConfig.TimeBasedLinearProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentConfig.TimeBasedLinearProperty |
build()
Builds the configured instance.
|
CfnDeploymentConfig.TimeBasedLinearProperty.Builder |
linearInterval(Number linearInterval)
Sets the value of
CfnDeploymentConfig.TimeBasedLinearProperty.getLinearInterval() |
CfnDeploymentConfig.TimeBasedLinearProperty.Builder |
linearPercentage(Number linearPercentage)
Sets the value of
CfnDeploymentConfig.TimeBasedLinearProperty.getLinearPercentage() |
@Stability(value=Stable) public CfnDeploymentConfig.TimeBasedLinearProperty.Builder linearInterval(Number linearInterval)
CfnDeploymentConfig.TimeBasedLinearProperty.getLinearInterval()linearInterval - The number of minutes between each incremental traffic shift of a `TimeBasedLinear` deployment. This parameter is required.this@Stability(value=Stable) public CfnDeploymentConfig.TimeBasedLinearProperty.Builder linearPercentage(Number linearPercentage)
CfnDeploymentConfig.TimeBasedLinearProperty.getLinearPercentage()linearPercentage - The percentage of traffic that is shifted at the start of each increment of a `TimeBasedLinear` deployment. This parameter is required.this@Stability(value=Stable) public CfnDeploymentConfig.TimeBasedLinearProperty build()
build in interface software.amazon.jsii.Builder<CfnDeploymentConfig.TimeBasedLinearProperty>CfnDeploymentConfig.TimeBasedLinearPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.