Interface CreateConnectionApiKeyAuthRequestParameters.Builder

    • Method Detail

      • apiKeyName

        CreateConnectionApiKeyAuthRequestParameters.Builder apiKeyName​(String apiKeyName)

        The name of the API key to use for authorization.

        Parameters:
        apiKeyName - The name of the API key to use for authorization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiKeyValue

        CreateConnectionApiKeyAuthRequestParameters.Builder apiKeyValue​(String apiKeyValue)

        The value for the API key to use for authorization.

        Parameters:
        apiKeyValue - The value for the API key to use for authorization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.