Class PathRoute.Builder
- java.lang.Object
- 
- com.oracle.bmc.loadbalancer.model.PathRoute.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PathRoute.BuilderbackendSetName(String backendSetName)The name of the target backend set for requests where the incoming URI matches the specified path.PathRoutebuild()PathRoute.Buildercopy(PathRoute model)PathRoute.Builderpath(String path)The path string to match against the incoming URI path.PathRoute.BuilderpathMatchType(PathMatchType pathMatchType)The type of matching to apply to incoming URIs.
 
- 
- 
- 
Method Detail- 
pathpublic 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 - Parameters:
- path- the value to set
- Returns:
- this builder
 
 - 
pathMatchTypepublic PathRoute.Builder pathMatchType(PathMatchType pathMatchType) The type of matching to apply to incoming URIs.- Parameters:
- pathMatchType- the value to set
- Returns:
- this builder
 
 - 
backendSetNamepublic 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 - Parameters:
- backendSetName- the value to set
- Returns:
- this builder
 
 - 
buildpublic PathRoute build() 
 - 
copypublic PathRoute.Builder copy(PathRoute model) 
 
- 
 
-