Class PathRouteSet.Builder
- java.lang.Object
- 
- com.oracle.bmc.loadbalancer.model.PathRouteSet.Builder
 
- 
- Enclosing class:
- PathRouteSet
 
 public static class PathRouteSet.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PathRouteSetbuild()PathRouteSet.Buildercopy(PathRouteSet model)PathRouteSet.Buildername(String name)The unique name for this set of path route rules.PathRouteSet.BuilderpathRoutes(List<PathRoute> pathRoutes)The set of path route rules.
 
- 
- 
- 
Method Detail- 
namepublic PathRouteSet.Builder name(String name) The unique name for this set of path route rules.Avoid entering confidential information. Example: example_path_route_set - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
pathRoutespublic PathRouteSet.Builder pathRoutes(List<PathRoute> pathRoutes) The set of path route rules.- Parameters:
- pathRoutes- the value to set
- Returns:
- this builder
 
 - 
buildpublic PathRouteSet build() 
 - 
copypublic PathRouteSet.Builder copy(PathRouteSet model) 
 
- 
 
-