Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the resource to remove tags from. The resource must be active (not in the DELETING state), and must be owned by the account ID included in the request.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the resource to remove tags from. The resource must be active (not in the DELETING state), and must be owned by the account ID included in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        The tag or set of tags to remove from the resource. All tag keys in the request must be unique.

        Parameters:
        tagKeys - The tag or set of tags to remove from the resource. All tag keys in the request must be unique.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

        UntagResourceRequest.Builder tagKeys​(String... tagKeys)

        The tag or set of tags to remove from the resource. All tag keys in the request must be unique.

        Parameters:
        tagKeys - The tag or set of tags to remove from the resource. All tag keys in the request must be unique.
        Returns:
        Returns a reference to this object so that method calls can be chained together.