@Stability(value=Stable) public static final class CfnApplication.ApiGatewayProxyInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.ApiGatewayProxyInputProperty>
CfnApplication.ApiGatewayProxyInputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.ApiGatewayProxyInputProperty |
build()
Builds the configured instance.
|
CfnApplication.ApiGatewayProxyInputProperty.Builder |
endpointType(String endpointType)
Sets the value of
CfnApplication.ApiGatewayProxyInputProperty.getEndpointType() |
CfnApplication.ApiGatewayProxyInputProperty.Builder |
stageName(String stageName)
Sets the value of
CfnApplication.ApiGatewayProxyInputProperty.getStageName() |
@Stability(value=Stable) public CfnApplication.ApiGatewayProxyInputProperty.Builder endpointType(String endpointType)
CfnApplication.ApiGatewayProxyInputProperty.getEndpointType()endpointType - The type of endpoint to use for the API Gateway proxy.
If no value is specified in the request, the value is set to REGIONAL by default.
If the value is set to PRIVATE in the request, this creates a private API endpoint that is isolated from the public internet. The private endpoint can only be accessed by using Amazon Virtual Private Cloud ( Amazon VPC ) endpoints for Amazon API Gateway that have been granted access.
this@Stability(value=Stable) public CfnApplication.ApiGatewayProxyInputProperty.Builder stageName(String stageName)
CfnApplication.ApiGatewayProxyInputProperty.getStageName()stageName - The name of the API Gateway stage.
The name defaults to prod .this@Stability(value=Stable) public CfnApplication.ApiGatewayProxyInputProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.ApiGatewayProxyInputProperty>CfnApplication.ApiGatewayProxyInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.