@Stability(value=Stable) public static final class CfnDeployment.Builder extends Object implements software.amazon.jsii.Builder<CfnDeployment>
CfnDeployment.| Modifier and Type | Method and Description |
|---|---|
CfnDeployment |
build() |
static CfnDeployment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDeployment.Builder |
deploymentCanarySettings(CfnDeployment.DeploymentCanarySettingsProperty deploymentCanarySettings)
`AWS::ApiGateway::Deployment.DeploymentCanarySettings`.
|
CfnDeployment.Builder |
deploymentCanarySettings(IResolvable deploymentCanarySettings)
`AWS::ApiGateway::Deployment.DeploymentCanarySettings`.
|
CfnDeployment.Builder |
description(String description)
`AWS::ApiGateway::Deployment.Description`.
|
CfnDeployment.Builder |
restApiId(String restApiId)
`AWS::ApiGateway::Deployment.RestApiId`.
|
CfnDeployment.Builder |
stageDescription(CfnDeployment.StageDescriptionProperty stageDescription)
`AWS::ApiGateway::Deployment.StageDescription`.
|
CfnDeployment.Builder |
stageDescription(IResolvable stageDescription)
`AWS::ApiGateway::Deployment.StageDescription`.
|
CfnDeployment.Builder |
stageName(String stageName)
`AWS::ApiGateway::Deployment.StageName`.
|
@Stability(value=Stable) public static CfnDeployment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDeployment.AccessLogSettingProperty.Builder.@Stability(value=Stable) public CfnDeployment.Builder restApiId(String restApiId)
restApiId - `AWS::ApiGateway::Deployment.RestApiId`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder deploymentCanarySettings(CfnDeployment.DeploymentCanarySettingsProperty deploymentCanarySettings)
deploymentCanarySettings - `AWS::ApiGateway::Deployment.DeploymentCanarySettings`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder deploymentCanarySettings(IResolvable deploymentCanarySettings)
deploymentCanarySettings - `AWS::ApiGateway::Deployment.DeploymentCanarySettings`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder description(String description)
description - `AWS::ApiGateway::Deployment.Description`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder stageDescription(CfnDeployment.StageDescriptionProperty stageDescription)
stageDescription - `AWS::ApiGateway::Deployment.StageDescription`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder stageDescription(IResolvable stageDescription)
stageDescription - `AWS::ApiGateway::Deployment.StageDescription`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder stageName(String stageName)
stageName - `AWS::ApiGateway::Deployment.StageName`. This parameter is required.this@Stability(value=Stable) public CfnDeployment build()
build in interface software.amazon.jsii.Builder<CfnDeployment>Copyright © 2021. All rights reserved.