Interface RequestIpamResourceTag.Builder

    • Method Detail

      • key

        RequestIpamResourceTag.Builder key​(String key)

        The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.

        Parameters:
        key - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        RequestIpamResourceTag.Builder value​(String value)

        The value for the tag.

        Parameters:
        value - The value for the tag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.