Interface ProxyRuleCondition.Builder

  • Method Details

    • conditionOperator

      ProxyRuleCondition.Builder conditionOperator(String conditionOperator)

      Defines how to perform a match.

      Parameters:
      conditionOperator - Defines how to perform a match.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditionKey

      ProxyRuleCondition.Builder conditionKey(String conditionKey)

      Defines what is to be matched.

      Parameters:
      conditionKey - Defines what is to be matched.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditionValues

      ProxyRuleCondition.Builder conditionValues(Collection<String> conditionValues)

      Specifes the exact value that needs to be matched against.

      Parameters:
      conditionValues - Specifes the exact value that needs to be matched against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conditionValues

      ProxyRuleCondition.Builder conditionValues(String... conditionValues)

      Specifes the exact value that needs to be matched against.

      Parameters:
      conditionValues - Specifes the exact value that needs to be matched against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.