public static interface ApiGatewayProxyInput.Builder extends SdkPojo, CopyableBuilder<ApiGatewayProxyInput.Builder,ApiGatewayProxyInput>
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayProxyInput.Builder |
endpointType(ApiGatewayEndpointType endpointType)
The type of endpoint to use for the API Gateway proxy.
|
ApiGatewayProxyInput.Builder |
endpointType(String endpointType)
The type of endpoint to use for the API Gateway proxy.
|
ApiGatewayProxyInput.Builder |
stageName(String stageName)
The name of the API Gateway stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiGatewayProxyInput.Builder endpointType(String 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.
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.
ApiGatewayEndpointType,
ApiGatewayEndpointTypeApiGatewayProxyInput.Builder endpointType(ApiGatewayEndpointType 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.
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.
ApiGatewayEndpointType,
ApiGatewayEndpointTypeApiGatewayProxyInput.Builder stageName(String stageName)
The name of the API Gateway stage. The name defaults to prod.
stageName - The name of the API Gateway stage. The name defaults to prod.Copyright © 2022. All rights reserved.