Interface ConnectionBodyParameter.Builder

  • Method Details

    • key

      The key for the parameter.

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

      The value associated with the key.

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

      ConnectionBodyParameter.Builder isValueSecret(Boolean isValueSecret)

      Specified whether the value is secret.

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