httpElementLocation

public abstract ApiKeyConfig.Builder httpElementLocation(HttpElementLocation httpElementLocation)

Setter for httpElementLocation.

httpElementLocation: Optional. The location of the API key.


@CanIgnoreReturnValue()
public ApiKeyConfig.Builder httpElementLocation(HttpElementLocation.Known knownType)

Setter for httpElementLocation given a known enum.

httpElementLocation: Optional. The location of the API key.


@CanIgnoreReturnValue()
public ApiKeyConfig.Builder httpElementLocation(String httpElementLocation)

Setter for httpElementLocation given a string.

httpElementLocation: Optional. The location of the API key.