UriPathRouteInput.Builder |
UriPathRouteInput.Builder.activationState(String activationState) |
If set to ACTIVE, traffic is forwarded to this route’s service after the route is created.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.activationState(RouteActivationState activationState) |
If set to ACTIVE, traffic is forwarded to this route’s service after the route is created.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.appendSourcePath(Boolean appendSourcePath) |
If set to true, this option appends the source path to the service URL endpoint.
|
static UriPathRouteInput.Builder |
UriPathRouteInput.builder() |
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.includeChildPaths(Boolean includeChildPaths) |
Indicates whether to match all subpaths of the given source path.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.methods(Collection<HttpMethod> methods) |
A list of HTTP methods to match.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.methods(HttpMethod... methods) |
A list of HTTP methods to match.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.methodsWithStrings(String... methods) |
A list of HTTP methods to match.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.methodsWithStrings(Collection<String> methods) |
A list of HTTP methods to match.
|
UriPathRouteInput.Builder |
UriPathRouteInput.Builder.sourcePath(String sourcePath) |
This is the path that Refactor Spaces uses to match traffic.
|
UriPathRouteInput.Builder |
UriPathRouteInput.toBuilder() |
|