public static interface AwsApiGatewayCanarySettings.Builder extends SdkPojo, CopyableBuilder<AwsApiGatewayCanarySettings.Builder,AwsApiGatewayCanarySettings>
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayCanarySettings.Builder |
deploymentId(String deploymentId)
The deployment identifier for the canary deployment.
|
AwsApiGatewayCanarySettings.Builder |
percentTraffic(Double percentTraffic)
The percentage of traffic that is diverted to a canary deployment.
|
AwsApiGatewayCanarySettings.Builder |
stageVariableOverrides(Map<String,String> stageVariableOverrides)
Stage variables that are overridden in the canary release deployment.
|
AwsApiGatewayCanarySettings.Builder |
useStageCache(Boolean useStageCache)
Indicates whether the canary deployment uses the stage cache.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsApiGatewayCanarySettings.Builder percentTraffic(Double percentTraffic)
The percentage of traffic that is diverted to a canary deployment.
percentTraffic - The percentage of traffic that is diverted to a canary deployment.AwsApiGatewayCanarySettings.Builder deploymentId(String deploymentId)
The deployment identifier for the canary deployment.
deploymentId - The deployment identifier for the canary deployment.AwsApiGatewayCanarySettings.Builder stageVariableOverrides(Map<String,String> stageVariableOverrides)
Stage variables that are overridden in the canary release deployment. The variables include new stage variables that are introduced in the canary.
Each variable is represented as a string-to-string map between the stage variable name and the variable value.
stageVariableOverrides - Stage variables that are overridden in the canary release deployment. The variables include new stage
variables that are introduced in the canary.
Each variable is represented as a string-to-string map between the stage variable name and the variable value.
AwsApiGatewayCanarySettings.Builder useStageCache(Boolean useStageCache)
Indicates whether the canary deployment uses the stage cache.
useStageCache - Indicates whether the canary deployment uses the stage cache.Copyright © 2023. All rights reserved.