Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the TagKeys input parameter.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) that specifies from which resource to disassociate the tags with the keys in the TagKeys input parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.

        Parameters:
        tagKeys - A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.

        Parameters:
        tagKeys - A list of keys of Tag objects. The Tag objects identified by the keys are disassociated from the resource specified by the ResourceArn input parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.