public static class PathMatchType.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PathMatchType |
build() |
PathMatchType.Builder |
copy(PathMatchType model) |
PathMatchType.Builder |
matchType(PathMatchType.MatchType matchType)
Specifies how the load balancing service compares a
pathRoute object’s path string against the incoming URI. |
public PathMatchType.Builder matchType(PathMatchType.MatchType matchType)
Specifies how the load balancing service compares a pathRoute
object’s path
string against the incoming URI.
**EXACT_MATCH** - Looks for a path
string that exactly matches the incoming
URI path.
**FORCE_LONGEST_PREFIX_MATCH** - Looks for the path
string with the best,
longest match of the beginning portion of the incoming URI path.
**PREFIX_MATCH** - Looks for a path
string that matches the beginning portion
of the incoming URI path.
**SUFFIX_MATCH** - Looks for a path
string that matches the ending portion of
the incoming URI path.
For a full description of how the system handles matchType
in a path route set
containing multiple rules, see [Managing Request
Routing](https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrequest.htm).
matchType
- the value to setpublic PathMatchType build()
public PathMatchType.Builder copy(PathMatchType model)
Copyright © 2016–2024. All rights reserved.