Interface ConnectionQueryStringParameter.Builder

    • Method Detail

      • key

        ConnectionQueryStringParameter.Builder key​(String key)

        The key for a query string parameter.

        Parameters:
        key - The key for a query string parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ConnectionQueryStringParameter.Builder value​(String value)

        The value associated with the key for the query string parameter.

        Parameters:
        value - The value associated with the key for the query string parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isValueSecret

        ConnectionQueryStringParameter.Builder isValueSecret​(Boolean isValueSecret)

        Specifies whether the value is secret.

        Parameters:
        isValueSecret - Specifies whether the value is secret.
        Returns:
        Returns a reference to this object so that method calls can be chained together.