public static interface DeploymentCanarySettings.Builder extends SdkPojo, CopyableBuilder<DeploymentCanarySettings.Builder,DeploymentCanarySettings>
Modifier and Type | Method and Description |
---|---|
DeploymentCanarySettings.Builder |
percentTraffic(Double percentTraffic)
The percentage (0.0-100.0) of traffic routed to the canary deployment.
|
DeploymentCanarySettings.Builder |
stageVariableOverrides(Map<String,String> stageVariableOverrides)
A stage variable overrides used for the canary release deployment.
|
DeploymentCanarySettings.Builder |
useStageCache(Boolean useStageCache)
A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.
|
copy
applyMutation, build
DeploymentCanarySettings.Builder percentTraffic(Double percentTraffic)
The percentage (0.0-100.0) of traffic routed to the canary deployment.
percentTraffic
- The percentage (0.0-100.0) of traffic routed to the canary deployment.DeploymentCanarySettings.Builder stageVariableOverrides(Map<String,String> stageVariableOverrides)
A stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.
stageVariableOverrides
- A stage variable overrides used for the canary release deployment. They can override existing stage
variables or add new stage variables for the canary release deployment. These stage variables are
represented as a string-to-string map between stage variable names and their values.DeploymentCanarySettings.Builder useStageCache(Boolean useStageCache)
A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.
useStageCache
- A Boolean flag to indicate whether the canary release deployment uses the stage cache or not.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.