Interface MatchingRule.Builder

    • Method Detail

      • rule

        MatchingRule.Builder rule​(Collection<String> rule)

        A single rule level of the MatchRules. Configures how the rule-based matching process should match profiles.

        Parameters:
        rule - A single rule level of the MatchRules. Configures how the rule-based matching process should match profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rule

        MatchingRule.Builder rule​(String... rule)

        A single rule level of the MatchRules. Configures how the rule-based matching process should match profiles.

        Parameters:
        rule - A single rule level of the MatchRules. Configures how the rule-based matching process should match profiles.
        Returns:
        Returns a reference to this object so that method calls can be chained together.