@Stability(value=Deprecated) @Deprecated public static final class CfnDeploymentV2.Builder extends Object implements software.amazon.jsii.Builder<CfnDeploymentV2>
CfnDeploymentV2.| Modifier and Type | Method and Description |
|---|---|
CfnDeploymentV2.Builder |
apiId(String apiId)
Deprecated.
|
CfnDeploymentV2 |
build()
Deprecated.
|
static CfnDeploymentV2.Builder |
create(Construct scope,
String id)
Deprecated.
|
CfnDeploymentV2.Builder |
description(String description)
Deprecated.
|
CfnDeploymentV2.Builder |
stageName(String stageName)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public static CfnDeploymentV2.Builder create(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.CfnDeploymentV2.Builder.@Stability(value=Deprecated) @Deprecated public CfnDeploymentV2.Builder apiId(String apiId)
apiId - `AWS::ApiGatewayV2::Deployment.ApiId`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-apiid@Stability(value=Deprecated) @Deprecated public CfnDeploymentV2.Builder description(String description)
description - `AWS::ApiGatewayV2::Deployment.Description`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-description@Stability(value=Deprecated) @Deprecated public CfnDeploymentV2.Builder stageName(String stageName)
stageName - `AWS::ApiGatewayV2::Deployment.StageName`. This parameter is required.thishttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html#cfn-apigatewayv2-deployment-stagename@Stability(value=Deprecated) @Deprecated public CfnDeploymentV2 build()
build in interface software.amazon.jsii.Builder<CfnDeploymentV2>Copyright © 2022. All rights reserved.