Class PathRouteSet.Builder
- java.lang.Object
-
- com.oracle.bmc.loadbalancer.model.PathRouteSet.Builder
-
- Enclosing class:
- PathRouteSet
public static class PathRouteSet.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathRouteSet
build()
PathRouteSet.Builder
copy(PathRouteSet model)
PathRouteSet.Builder
name(String name)
The unique name for this set of path route rules.PathRouteSet.Builder
pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.
-
-
-
Method Detail
-
name
public 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
-
pathRoutes
public PathRouteSet.Builder pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.- Parameters:
pathRoutes
- the value to set- Returns:
- this builder
-
build
public PathRouteSet build()
-
copy
public PathRouteSet.Builder copy(PathRouteSet model)
-
-