public static interface ApiGatewayProxySummary.Builder extends SdkPojo, CopyableBuilder<ApiGatewayProxySummary.Builder,ApiGatewayProxySummary>
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayProxySummary.Builder |
apiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
|
ApiGatewayProxySummary.Builder |
endpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
|
ApiGatewayProxySummary.Builder |
endpointType(String endpointType)
The type of API Gateway endpoint created.
|
ApiGatewayProxySummary.Builder |
nlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
|
ApiGatewayProxySummary.Builder |
nlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
|
ApiGatewayProxySummary.Builder |
proxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
|
ApiGatewayProxySummary.Builder |
stageName(String stageName)
The name of the API Gateway stage.
|
ApiGatewayProxySummary.Builder |
vpcLinkId(String vpcLinkId)
The
VpcLink ID of the API Gateway proxy. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApiGatewayProxySummary.Builder apiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
apiGatewayId - The resource ID of the API Gateway for the proxy.ApiGatewayProxySummary.Builder endpointType(String endpointType)
The type of API Gateway endpoint created.
endpointType - The type of API Gateway endpoint created.ApiGatewayEndpointType,
ApiGatewayEndpointTypeApiGatewayProxySummary.Builder endpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
endpointType - The type of API Gateway endpoint created.ApiGatewayEndpointType,
ApiGatewayEndpointTypeApiGatewayProxySummary.Builder nlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
nlbArn - The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.ApiGatewayProxySummary.Builder nlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
nlbName - The name of the Network Load Balancer that is configured by the API Gateway proxy.ApiGatewayProxySummary.Builder proxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
proxyUrl - The endpoint URL of the API Gateway proxy.ApiGatewayProxySummary.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.ApiGatewayProxySummary.Builder vpcLinkId(String vpcLinkId)
The VpcLink ID of the API Gateway proxy.
vpcLinkId - The VpcLink ID of the API Gateway proxy.Copyright © 2022. All rights reserved.