| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.apiGatewayId(String apiGatewayId)
The resource ID of the API Gateway for the proxy.
|
static ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.builder() |
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.endpointType(ApiGatewayEndpointType endpointType)
The type of API Gateway endpoint created.
|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.endpointType(String endpointType)
The type of API Gateway endpoint created.
|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.nlbArn(String nlbArn)
The Amazon Resource Name (ARN) of the Network Load Balancer configured by the API Gateway proxy.
|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.nlbName(String nlbName)
The name of the Network Load Balancer that is configured by the API Gateway proxy.
|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.proxyUrl(String proxyUrl)
The endpoint URL of the API Gateway proxy.
|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.stageName(String stageName)
The name of the API Gateway stage.
|
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.toBuilder() |
ApiGatewayProxyConfig.Builder |
ApiGatewayProxyConfig.Builder.vpcLinkId(String vpcLinkId)
The
VpcLink ID of the API Gateway proxy. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApiGatewayProxyConfig.Builder> |
ApiGatewayProxyConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetApplicationResponse.Builder |
GetApplicationResponse.Builder.apiGatewayProxy(Consumer<ApiGatewayProxyConfig.Builder> apiGatewayProxy)
The endpoint URL of the API Gateway proxy.
|
Copyright © 2023. All rights reserved.