Uses of Class
software.amazon.awscdk.services.sam.CfnApi.CanarySettingProperty.Builder
Package
Description
AWS Serverless Application Model Construct Library
-
Uses of CfnApi.CanarySettingProperty.Builder in software.amazon.awscdk.services.sam
Modifier and TypeMethodDescriptionCfnApi.CanarySettingProperty.builder()
CfnApi.CanarySettingProperty.Builder.deploymentId
(String deploymentId) Sets the value ofCfnApi.CanarySettingProperty.getDeploymentId()
CfnApi.CanarySettingProperty.Builder.percentTraffic
(Number percentTraffic) Sets the value ofCfnApi.CanarySettingProperty.getPercentTraffic()
CfnApi.CanarySettingProperty.Builder.stageVariableOverrides
(Map<String, String> stageVariableOverrides) Sets the value ofCfnApi.CanarySettingProperty.getStageVariableOverrides()
CfnApi.CanarySettingProperty.Builder.stageVariableOverrides
(IResolvable stageVariableOverrides) Sets the value ofCfnApi.CanarySettingProperty.getStageVariableOverrides()
CfnApi.CanarySettingProperty.Builder.useStageCache
(Boolean useStageCache) Sets the value ofCfnApi.CanarySettingProperty.getUseStageCache()
CfnApi.CanarySettingProperty.Builder.useStageCache
(IResolvable useStageCache) Sets the value ofCfnApi.CanarySettingProperty.getUseStageCache()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnApi.CanarySettingProperty.Builder
.