Interface LoadBalancerHttpProbe.UpdateStages.WithRequestPath
- All Known Subinterfaces:
LoadBalancerHttpProbe.Update
- Enclosing interface:
- LoadBalancerHttpProbe.UpdateStages
public static interface LoadBalancerHttpProbe.UpdateStages.WithRequestPath
The stage of the HTTP probe update allowing to modify the HTTP request path for the probe to monitor.
-
Method Summary
Modifier and TypeMethodDescriptionwithRequestPath(String requestPath) Specifies the HTTP request path for the probe to monitor.
-
Method Details
-
withRequestPath
Specifies the HTTP request path for the probe to monitor.- Parameters:
requestPath- a request path- Returns:
- the next stage of the definition
-