Interface CommonAttributeAndCondition.Builder

    • Method Detail

      • tagConditions

        CommonAttributeAndCondition.Builder tagConditions​(Collection<TagCondition> tagConditions)

        A leaf node condition which can be used to specify a tag condition.

        Parameters:
        tagConditions - A leaf node condition which can be used to specify a tag condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagConditions

        CommonAttributeAndCondition.Builder tagConditions​(TagCondition... tagConditions)

        A leaf node condition which can be used to specify a tag condition.

        Parameters:
        tagConditions - A leaf node condition which can be used to specify a tag condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.