Package org.kiwiproject.registry.model
Class ServicePaths.ServicePathsBuilder
- java.lang.Object
-
- org.kiwiproject.registry.model.ServicePaths.ServicePathsBuilder
-
- Enclosing class:
- ServicePaths
public static class ServicePaths.ServicePathsBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServicePathsbuild()ServicePaths.ServicePathsBuilderhealthCheckPath(String healthCheckPath)ServicePaths.ServicePathsBuilderhomePagePath(String homePagePath)ServicePaths.ServicePathsBuilderstatusPath(String statusPath)StringtoString()
-
-
-
Method Detail
-
homePagePath
public ServicePaths.ServicePathsBuilder homePagePath(String homePagePath)
- Returns:
this.
-
statusPath
public ServicePaths.ServicePathsBuilder statusPath(String statusPath)
- Returns:
this.
-
healthCheckPath
public ServicePaths.ServicePathsBuilder healthCheckPath(String healthCheckPath)
- Returns:
this.
-
build
public ServicePaths build()
-
-