@Stability(value=Stable) public static final class CfnDeployment.CanarySettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeployment.CanarySettingProperty>
CfnDeployment.CanarySettingProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeployment.CanarySettingProperty.Builder percentTraffic(Number percentTraffic)
CfnDeployment.CanarySettingProperty.getPercentTraffic()percentTraffic - The percent (0-100) of traffic diverted to a canary deployment.this@Stability(value=Stable) public CfnDeployment.CanarySettingProperty.Builder stageVariableOverrides(IResolvable stageVariableOverrides)
CfnDeployment.CanarySettingProperty.getStageVariableOverrides()stageVariableOverrides - Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary.
These stage variables are represented as a string-to-string map between stage variable names and their values.this@Stability(value=Stable) public CfnDeployment.CanarySettingProperty.Builder stageVariableOverrides(Map<String,String> stageVariableOverrides)
CfnDeployment.CanarySettingProperty.getStageVariableOverrides()stageVariableOverrides - Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary.
These stage variables are represented as a string-to-string map between stage variable names and their values.this@Stability(value=Stable) public CfnDeployment.CanarySettingProperty.Builder useStageCache(Boolean useStageCache)
CfnDeployment.CanarySettingProperty.getUseStageCache()useStageCache - Whether the canary deployment uses the stage cache or not.this@Stability(value=Stable) public CfnDeployment.CanarySettingProperty.Builder useStageCache(IResolvable useStageCache)
CfnDeployment.CanarySettingProperty.getUseStageCache()useStageCache - Whether the canary deployment uses the stage cache or not.this@Stability(value=Stable) public CfnDeployment.CanarySettingProperty build()
build in interface software.amazon.jsii.Builder<CfnDeployment.CanarySettingProperty>CfnDeployment.CanarySettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.