Interface LoadBalancerHttpProbe.DefinitionStages.WithRequestPath<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerHttpProbe.Definition<ParentT>,LoadBalancerHttpProbe.DefinitionStages.Blank<ParentT>
- Enclosing interface:
- LoadBalancerHttpProbe.DefinitionStages
public static interface LoadBalancerHttpProbe.DefinitionStages.WithRequestPath<ParentT>
The stage of the probe definition allowing to specify the HTTP request path for the probe to monitor.
-
Method Summary
Modifier and TypeMethodDescriptionwithRequestPath(String requestPath) Specifies the request path.
-
Method Details
-
withRequestPath
Specifies the request path.- Parameters:
requestPath- the request path- Returns:
- the next stage of the definition
-