Interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
LoadBalancerHttpProbe.UpdateDefinition<ParentT>,LoadBalancerHttpProbe.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- LoadBalancerHttpProbe.UpdateDefinitionStages
public static interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath<ParentT>The stage of the probe definition allowing to specify the HTTP request path for the probe to monitor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>withRequestPath(String requestPath)Specifies the HTTP request path for the probe to monitor.
-
-
-
Method Detail
-
withRequestPath
LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> 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
-
-