| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
default HttpRoute.Builder |
HttpRoute.Builder.action(Consumer<HttpRouteAction.Builder> action)
An object that represents the action to take if a match is determined.
|
HttpRoute.Builder |
HttpRoute.Builder.action(HttpRouteAction action)
An object that represents the action to take if a match is determined.
|
static HttpRoute.Builder |
HttpRoute.builder() |
default HttpRoute.Builder |
HttpRoute.Builder.match(Consumer<HttpRouteMatch.Builder> match)
An object that represents the criteria for determining a request match.
|
HttpRoute.Builder |
HttpRoute.Builder.match(HttpRouteMatch match)
An object that represents the criteria for determining a request match.
|
default HttpRoute.Builder |
HttpRoute.Builder.retryPolicy(Consumer<HttpRetryPolicy.Builder> retryPolicy)
An object that represents a retry policy.
|
HttpRoute.Builder |
HttpRoute.Builder.retryPolicy(HttpRetryPolicy retryPolicy)
An object that represents a retry policy.
|
default HttpRoute.Builder |
HttpRoute.Builder.timeout(Consumer<HttpTimeout.Builder> timeout)
An object that represents types of timeouts.
|
HttpRoute.Builder |
HttpRoute.Builder.timeout(HttpTimeout timeout)
An object that represents types of timeouts.
|
HttpRoute.Builder |
HttpRoute.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpRoute.Builder> |
HttpRoute.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RouteSpec.Builder |
RouteSpec.Builder.http2Route(Consumer<HttpRoute.Builder> http2Route)
An object that represents the specification of an HTTP/2 route.
|
default RouteSpec.Builder |
RouteSpec.Builder.httpRoute(Consumer<HttpRoute.Builder> httpRoute)
An object that represents the specification of an HTTP route.
|
Copyright © 2021. All rights reserved.