Interface ConnectionQueryStringParameter.Builder

  • Method Details

    • 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

      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.