@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 - `AWS::ApiGateway::Deployment.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnDeploymentProps.Builder deploymentCanarySettings(CfnDeployment.DeploymentCanarySettingsProperty deploymentCanarySettings)
CfnDeploymentProps.getDeploymentCanarySettings()deploymentCanarySettings - `AWS::ApiGateway::Deployment.DeploymentCanarySettings`.this@Stability(value=Stable) public CfnDeploymentProps.Builder deploymentCanarySettings(IResolvable deploymentCanarySettings)
CfnDeploymentProps.getDeploymentCanarySettings()deploymentCanarySettings - `AWS::ApiGateway::Deployment.DeploymentCanarySettings`.this@Stability(value=Stable) public CfnDeploymentProps.Builder description(String description)
CfnDeploymentProps.getDescription()description - `AWS::ApiGateway::Deployment.Description`.this@Stability(value=Stable) public CfnDeploymentProps.Builder stageDescription(CfnDeployment.StageDescriptionProperty stageDescription)
CfnDeploymentProps.getStageDescription()stageDescription - `AWS::ApiGateway::Deployment.StageDescription`.this@Stability(value=Stable) public CfnDeploymentProps.Builder stageDescription(IResolvable stageDescription)
CfnDeploymentProps.getStageDescription()stageDescription - `AWS::ApiGateway::Deployment.StageDescription`.this@Stability(value=Stable) public CfnDeploymentProps.Builder stageName(String stageName)
CfnDeploymentProps.getStageName()stageName - `AWS::ApiGateway::Deployment.StageName`.this@Stability(value=Stable) public CfnDeploymentProps build()
build in interface software.amazon.jsii.Builder<CfnDeploymentProps>CfnDeploymentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.