Uses of Class
com.oracle.bmc.loadbalancer.model.PathRoute.Builder
-
Packages that use PathRoute.Builder Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of PathRoute.Builder in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return PathRoute.Builder Modifier and Type Method Description PathRoute.Builder
PathRoute.Builder. backendSetName(String backendSetName)
The name of the target backend set for requests where the incoming URI matches the specified path.static PathRoute.Builder
PathRoute. builder()
Create a new builder.PathRoute.Builder
PathRoute.Builder. copy(PathRoute model)
PathRoute.Builder
PathRoute.Builder. path(String path)
The path string to match against the incoming URI path.PathRoute.Builder
PathRoute.Builder. pathMatchType(PathMatchType pathMatchType)
The type of matching to apply to incoming URIs.PathRoute.Builder
PathRoute. toBuilder()
-