@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.Builder |
apiId(String apiId)
`AWS::ApiGatewayV2::Deployment.ApiId`.
|
CfnDeployment |
build() |
static CfnDeployment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDeployment.Builder |
description(String description)
`AWS::ApiGatewayV2::Deployment.Description`.
|
CfnDeployment.Builder |
stageName(String stageName)
`AWS::ApiGatewayV2::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.Builder.@Stability(value=Stable) public CfnDeployment.Builder apiId(String apiId)
apiId - `AWS::ApiGatewayV2::Deployment.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder description(String description)
description - `AWS::ApiGatewayV2::Deployment.Description`. This parameter is required.this@Stability(value=Stable) public CfnDeployment.Builder stageName(String stageName)
stageName - `AWS::ApiGatewayV2::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.