@Stability(value=Stable) public static final class CfnDeploymentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentProps>
CfnDeploymentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDeploymentProps.Builder restApiId(String restApiId)
CfnDeploymentProps.getRestApiId()restApiId - The ID of the `RestApi` resource to deploy. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder deploymentCanarySettings(CfnDeployment.DeploymentCanarySettingsProperty deploymentCanarySettings)
CfnDeploymentProps.getDeploymentCanarySettings()deploymentCanarySettings - Specifies settings for the canary deployment.this@Stability(value=Stable) public CfnDeploymentProps.Builder deploymentCanarySettings(IResolvable deploymentCanarySettings)
CfnDeploymentProps.getDeploymentCanarySettings()deploymentCanarySettings - Specifies settings for the canary deployment.this@Stability(value=Stable) public CfnDeploymentProps.Builder description(String description)
CfnDeploymentProps.getDescription()description - A description of the purpose of the API Gateway deployment.this@Stability(value=Stable) public CfnDeploymentProps.Builder stageDescription(CfnDeployment.StageDescriptionProperty stageDescription)
CfnDeploymentProps.getStageDescription()stageDescription - Configures the stage that API Gateway creates with this deployment.this@Stability(value=Stable) public CfnDeploymentProps.Builder stageDescription(IResolvable stageDescription)
CfnDeploymentProps.getStageDescription()stageDescription - Configures the stage that API Gateway creates with this deployment.this@Stability(value=Stable) public CfnDeploymentProps.Builder stageName(String stageName)
CfnDeploymentProps.getStageName()stageName - A name for the stage that API Gateway creates with this deployment.
Use only alphanumeric characters.this@Stability(value=Stable) public CfnDeploymentProps build()
build in interface software.amazon.jsii.Builder<CfnDeploymentProps>CfnDeploymentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.