Class Condition.Builder

  • Enclosing class:
    Condition

    public static class Condition.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • attrGroup

        public Condition.Builder attrGroup​(String attrGroup)
        Attribute Group.

        Provide a Tag namespace if the rule is based on a tag. Provide resource type if the rule is based on a resource property.

        Parameters:
        attrGroup - the value to set
        Returns:
        this builder
      • attrKey

        public Condition.Builder attrKey​(String attrKey)
        Attribute Key.Provide Tag key if the rule is based on a tag.

        Provide resource property name if the rule is based on a resource property.

        Parameters:
        attrKey - the value to set
        Returns:
        this builder
      • attrValue

        public Condition.Builder attrValue​(String attrValue)
        Attribute Value.Provide Tag value if the rule is based on a tag.

        Provide resource property value if the rule is based on a resource property.

        Parameters:
        attrValue - the value to set
        Returns:
        this builder