Uses of Class
software.amazon.awscdk.services.apigateway.CfnDeploymentProps.Builder
-
Uses of CfnDeploymentProps.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionstatic CfnDeploymentProps.Builder
CfnDeploymentProps.builder()
CfnDeploymentProps.Builder.deploymentCanarySettings
(IResolvable deploymentCanarySettings) Sets the value ofCfnDeploymentProps.getDeploymentCanarySettings()
CfnDeploymentProps.Builder.deploymentCanarySettings
(CfnDeployment.DeploymentCanarySettingsProperty deploymentCanarySettings) Sets the value ofCfnDeploymentProps.getDeploymentCanarySettings()
CfnDeploymentProps.Builder.description
(String description) Sets the value ofCfnDeploymentProps.getDescription()
Sets the value ofCfnDeploymentProps.getRestApiId()
CfnDeploymentProps.Builder.stageDescription
(IResolvable stageDescription) Sets the value ofCfnDeploymentProps.getStageDescription()
CfnDeploymentProps.Builder.stageDescription
(CfnDeployment.StageDescriptionProperty stageDescription) Sets the value ofCfnDeploymentProps.getStageDescription()
Sets the value ofCfnDeploymentProps.getStageName()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder
.