Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the device or task.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the device or task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

        Parameters:
        tagKeys - Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

        Parameters:
        tagKeys - Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.