@Stability(value=Stable) public static final class CfnStageProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStageProps>
CfnStageProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStageProps.Builder apiId(String apiId)
CfnStageProps.getApiId()apiId - `AWS::ApiGatewayV2::Stage.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnStageProps.Builder stageName(String stageName)
CfnStageProps.getStageName()stageName - `AWS::ApiGatewayV2::Stage.StageName`. This parameter is required.this@Stability(value=Stable) public CfnStageProps.Builder accessLogSettings(CfnStage.AccessLogSettingsProperty accessLogSettings)
CfnStageProps.getAccessLogSettings()accessLogSettings - `AWS::ApiGatewayV2::Stage.AccessLogSettings`.this@Stability(value=Stable) public CfnStageProps.Builder accessLogSettings(IResolvable accessLogSettings)
CfnStageProps.getAccessLogSettings()accessLogSettings - `AWS::ApiGatewayV2::Stage.AccessLogSettings`.this@Stability(value=Stable) public CfnStageProps.Builder accessPolicyId(String accessPolicyId)
CfnStageProps.getAccessPolicyId()accessPolicyId - `AWS::ApiGatewayV2::Stage.AccessPolicyId`.this@Stability(value=Stable) public CfnStageProps.Builder autoDeploy(Boolean autoDeploy)
CfnStageProps.getAutoDeploy()autoDeploy - `AWS::ApiGatewayV2::Stage.AutoDeploy`.this@Stability(value=Stable) public CfnStageProps.Builder autoDeploy(IResolvable autoDeploy)
CfnStageProps.getAutoDeploy()autoDeploy - `AWS::ApiGatewayV2::Stage.AutoDeploy`.this@Stability(value=Stable) public CfnStageProps.Builder clientCertificateId(String clientCertificateId)
CfnStageProps.getClientCertificateId()clientCertificateId - `AWS::ApiGatewayV2::Stage.ClientCertificateId`.this@Stability(value=Stable) public CfnStageProps.Builder defaultRouteSettings(CfnStage.RouteSettingsProperty defaultRouteSettings)
CfnStageProps.getDefaultRouteSettings()defaultRouteSettings - `AWS::ApiGatewayV2::Stage.DefaultRouteSettings`.this@Stability(value=Stable) public CfnStageProps.Builder defaultRouteSettings(IResolvable defaultRouteSettings)
CfnStageProps.getDefaultRouteSettings()defaultRouteSettings - `AWS::ApiGatewayV2::Stage.DefaultRouteSettings`.this@Stability(value=Stable) public CfnStageProps.Builder deploymentId(String deploymentId)
CfnStageProps.getDeploymentId()deploymentId - `AWS::ApiGatewayV2::Stage.DeploymentId`.this@Stability(value=Stable) public CfnStageProps.Builder description(String description)
CfnStageProps.getDescription()description - `AWS::ApiGatewayV2::Stage.Description`.this@Stability(value=Stable) public CfnStageProps.Builder routeSettings(Object routeSettings)
CfnStageProps.getRouteSettings()routeSettings - `AWS::ApiGatewayV2::Stage.RouteSettings`.this@Stability(value=Stable) public CfnStageProps.Builder stageVariables(Object stageVariables)
CfnStageProps.getStageVariables()stageVariables - `AWS::ApiGatewayV2::Stage.StageVariables`.this@Stability(value=Stable) public CfnStageProps.Builder tags(Object tags)
CfnStageProps.getTags()tags - `AWS::ApiGatewayV2::Stage.Tags`.this@Stability(value=Stable) public CfnStageProps build()
build in interface software.amazon.jsii.Builder<CfnStageProps>CfnStagePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.