Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.