Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceARN

        UntagResourceRequest.Builder resourceARN​(String resourceARN)

        The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.

        Parameters:
        resourceARN - The Amazon Resource Name (ARN) of the application that you want to remove one or more tags from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

        To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

        Parameters:
        tagKeys - The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

        To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

        To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

        Parameters:
        tagKeys - The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value.

        To remove more than one tag from the application, append the TagKeys parameter and argument for each additional tag to remove, separated by an ampersand.

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