Interface ControlPlaneTagFilter.Builder

    • Method Detail

      • orConditions

        ControlPlaneTagFilter.Builder orConditions​(Collection<? extends Collection<TagCondition>> orConditions)

        A list of conditions which would be applied together with an OR condition.

        Parameters:
        orConditions - A list of conditions which would be applied together with an OR condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orConditions

        ControlPlaneTagFilter.Builder orConditions​(Collection<TagCondition>... orConditions)

        A list of conditions which would be applied together with an OR condition.

        Parameters:
        orConditions - A list of conditions which would be applied together with an OR condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • andConditions

        ControlPlaneTagFilter.Builder andConditions​(Collection<TagCondition> andConditions)

        A list of conditions which would be applied together with an AND condition.

        Parameters:
        andConditions - A list of conditions which would be applied together with an AND condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • andConditions

        ControlPlaneTagFilter.Builder andConditions​(TagCondition... andConditions)

        A list of conditions which would be applied together with an AND condition.

        Parameters:
        andConditions - A list of conditions which would be applied together with an AND condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagCondition

        ControlPlaneTagFilter.Builder tagCondition​(TagCondition tagCondition)

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

        Parameters:
        tagCondition - 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.