LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithRequestPath

The stage of the probe definition allowing to specify the HTTP request path for the probe to monitor.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withRequestPath(String requestPath)

Specifies the HTTP request path for the probe to monitor.

Method Details

withRequestPath

public abstract LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach 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

Applies to