Interface GetGraphqlApiEnvironmentVariablesResponse.Builder

    • Method Detail

      • environmentVariables

        GetGraphqlApiEnvironmentVariablesResponse.Builder environmentVariables​(Map<String,​String> environmentVariables)

        The payload containing each environmental variable in the "key" : "value" format.

        Parameters:
        environmentVariables - The payload containing each environmental variable in the "key" : "value" format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.