| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.builder() |
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.Builder.prefix(String prefix)
Specifies the path to match requests with.
|
HttpGatewayRouteMatch.Builder |
HttpGatewayRouteMatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpGatewayRouteMatch.Builder> |
HttpGatewayRouteMatch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HttpGatewayRoute.Builder |
HttpGatewayRoute.Builder.match(Consumer<HttpGatewayRouteMatch.Builder> match)
An object that represents the criteria for determining a request match.
|
Copyright © 2021. All rights reserved.