@Stability(value=Deprecated) @Deprecated public static final class CfnStageV2.Builder extends Object implements software.amazon.jsii.Builder<CfnStageV2>
CfnStageV2.@Stability(value=Deprecated) @Deprecated public static CfnStageV2.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.CfnStageV2.AccessLogSettingsProperty.Builder.@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder apiId(String apiId)
apiId - `AWS::ApiGatewayV2::Stage.ApiId`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder stageName(String stageName)
stageName - `AWS::ApiGatewayV2::Stage.StageName`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder accessLogSettings(CfnStageV2.AccessLogSettingsProperty accessLogSettings)
accessLogSettings - `AWS::ApiGatewayV2::Stage.AccessLogSettings`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder accessLogSettings(IResolvable accessLogSettings)
accessLogSettings - `AWS::ApiGatewayV2::Stage.AccessLogSettings`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder autoDeploy(Boolean autoDeploy)
autoDeploy - `AWS::ApiGatewayV2::Stage.AutoDeploy`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder autoDeploy(IResolvable autoDeploy)
autoDeploy - `AWS::ApiGatewayV2::Stage.AutoDeploy`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder clientCertificateId(String clientCertificateId)
clientCertificateId - `AWS::ApiGatewayV2::Stage.ClientCertificateId`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder defaultRouteSettings(CfnStageV2.RouteSettingsProperty defaultRouteSettings)
defaultRouteSettings - `AWS::ApiGatewayV2::Stage.DefaultRouteSettings`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder defaultRouteSettings(IResolvable defaultRouteSettings)
defaultRouteSettings - `AWS::ApiGatewayV2::Stage.DefaultRouteSettings`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder deploymentId(String deploymentId)
deploymentId - `AWS::ApiGatewayV2::Stage.DeploymentId`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder description(String description)
description - `AWS::ApiGatewayV2::Stage.Description`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder routeSettings(Object routeSettings)
routeSettings - `AWS::ApiGatewayV2::Stage.RouteSettings`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder stageVariables(Object stageVariables)
stageVariables - `AWS::ApiGatewayV2::Stage.StageVariables`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2.Builder tags(Object tags)
tags - `AWS::ApiGatewayV2::Stage.Tags`. This parameter is required.this@Stability(value=Deprecated) @Deprecated public CfnStageV2 build()
build in interface software.amazon.jsii.Builder<CfnStageV2>Copyright © 2022. All rights reserved.