Interface TagFilter.Builder

    • Method Detail

      • key

        TagFilter.Builder key​(String key)

        The on-premises instance tag filter key.

        Parameters:
        key - The on-premises instance tag filter key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        TagFilter.Builder value​(String value)

        The on-premises instance tag filter value.

        Parameters:
        value - The on-premises instance tag filter value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        TagFilter.Builder type​(String type)

        The on-premises instance tag filter type:

        • KEY_ONLY: Key only.

        • VALUE_ONLY: Value only.

        • KEY_AND_VALUE: Key and value.

        Parameters:
        type - The on-premises instance tag filter type:

        • KEY_ONLY: Key only.

        • VALUE_ONLY: Value only.

        • KEY_AND_VALUE: Key and value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TagFilterType, TagFilterType
      • type

        TagFilter.Builder type​(TagFilterType type)

        The on-premises instance tag filter type:

        • KEY_ONLY: Key only.

        • VALUE_ONLY: Value only.

        • KEY_AND_VALUE: Key and value.

        Parameters:
        type - The on-premises instance tag filter type:

        • KEY_ONLY: Key only.

        • VALUE_ONLY: Value only.

        • KEY_AND_VALUE: Key and value.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TagFilterType, TagFilterType