Builder

public abstract class Builder

Builder for ApiKeyConfig.

Constructors

Link copied to clipboard
public void ApiKeyConfig.Builder()

Functions

Link copied to clipboard
public abstract ApiKeyConfig.Builder apiKeySecret(String apiKeySecret)
Setter for apiKeySecret.
Link copied to clipboard
public abstract ApiKeyConfig.Builder apiKeyString(String apiKeyString)
Setter for apiKeyString.
Link copied to clipboard
public abstract ApiKeyConfig build()
Link copied to clipboard
@CanIgnoreReturnValue()
public ApiKeyConfig.Builder clearApiKeySecret()
Clears the value of apiKeySecret field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ApiKeyConfig.Builder clearApiKeyString()
Clears the value of apiKeyString field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ApiKeyConfig.Builder clearHttpElementLocation()
Clears the value of httpElementLocation field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ApiKeyConfig.Builder clearName()
Clears the value of name field.
Link copied to clipboard
public abstract ApiKeyConfig.Builder httpElementLocation(HttpElementLocation httpElementLocation)
Setter for httpElementLocation.
@CanIgnoreReturnValue()
public ApiKeyConfig.Builder httpElementLocation(HttpElementLocation.Known knownType)
Setter for httpElementLocation given a known enum.
@CanIgnoreReturnValue()
public ApiKeyConfig.Builder httpElementLocation(String httpElementLocation)
Setter for httpElementLocation given a string.
Link copied to clipboard
public abstract ApiKeyConfig.Builder name(String name)
Setter for name.