Interface LoadBalancerHttpProbe.UpdateStages.WithRequestPath
-
- All Known Subinterfaces:
LoadBalancerHttpProbe.Update
- Enclosing interface:
- LoadBalancerHttpProbe.UpdateStages
public static interface LoadBalancerHttpProbe.UpdateStages.WithRequestPathThe stage of the HTTP probe update allowing to modify the HTTP request path for the probe to monitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerHttpProbe.UpdatewithRequestPath(String requestPath)Specifies the HTTP request path for the probe to monitor.
-
-
-
Method Detail
-
withRequestPath
LoadBalancerHttpProbe.Update withRequestPath(String requestPath)
Specifies the HTTP request path for the probe to monitor.- Parameters:
requestPath- a request path- Returns:
- the next stage of the definition
-
-