Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the resource. For a list of supported resources, see ResourceTag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTagKeys

        UntagResourceRequest.Builder resourceTagKeys​(Collection<String> resourceTagKeys)

        A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.

        Parameters:
        resourceTagKeys - A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTagKeys

        UntagResourceRequest.Builder resourceTagKeys​(String... resourceTagKeys)

        A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.

        Parameters:
        resourceTagKeys - A list of tag keys associated with tags that need to be removed from the resource. If you specify a tag key that doesn't exist, it's ignored. Although the maximum number of array members is 200, user-tag maximum is 50. The remaining are reserved for Amazon Web Services use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.