@Stability(value=Stable) public static final class CfnStage.CanarySettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStage.CanarySettingProperty>
CfnStage.CanarySettingProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStage.CanarySettingProperty.Builder deploymentId(String deploymentId)
CfnStage.CanarySettingProperty.getDeploymentId()deploymentId - The identifier of the deployment that the stage points to.this@Stability(value=Stable) public CfnStage.CanarySettingProperty.Builder percentTraffic(Number percentTraffic)
CfnStage.CanarySettingProperty.getPercentTraffic()percentTraffic - The percentage (0-100) of traffic diverted to a canary deployment.this@Stability(value=Stable) public CfnStage.CanarySettingProperty.Builder stageVariableOverrides(IResolvable stageVariableOverrides)
CfnStage.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.
Duplicates are not allowed.
this@Stability(value=Stable) public CfnStage.CanarySettingProperty.Builder stageVariableOverrides(Map<String,String> stageVariableOverrides)
CfnStage.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.
Duplicates are not allowed.
this@Stability(value=Stable) public CfnStage.CanarySettingProperty.Builder useStageCache(Boolean useStageCache)
CfnStage.CanarySettingProperty.getUseStageCache()useStageCache - Whether the canary deployment uses the stage cache or not.this@Stability(value=Stable) public CfnStage.CanarySettingProperty.Builder useStageCache(IResolvable useStageCache)
CfnStage.CanarySettingProperty.getUseStageCache()useStageCache - Whether the canary deployment uses the stage cache or not.this@Stability(value=Stable) public CfnStage.CanarySettingProperty build()
build in interface software.amazon.jsii.Builder<CfnStage.CanarySettingProperty>CfnStage.CanarySettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.