Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PathRoute.Builder |
backendSetName(String backendSetName)
The name of the target backend set for requests where the incoming URI matches the
specified path.
|
PathRoute |
build() |
PathRoute.Builder |
copy(PathRoute model) |
PathRoute.Builder |
path(String path)
The path string to match against the incoming URI path.
|
PathRoute.Builder |
pathMatchType(PathMatchType pathMatchType)
The type of matching to apply to incoming URIs.
|
public PathRoute.Builder path(String path)
The path string to match against the incoming URI path.
Path strings are case-insensitive.
Asterisk (*) wildcards are not supported.
Regular expressions are not supported.
Example: /example/video/123
path
- the value to setpublic PathRoute.Builder pathMatchType(PathMatchType pathMatchType)
The type of matching to apply to incoming URIs.
pathMatchType
- the value to setpublic PathRoute.Builder backendSetName(String backendSetName)
The name of the target backend set for requests where the incoming URI matches the specified path.
Example: example_backend_set
backendSetName
- the value to setpublic PathRoute build()
public PathRoute.Builder copy(PathRoute model)
Copyright © 2016–2024. All rights reserved.