Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

        ARNs that do not include backup are incompatible with tagging. TagResource and UntagResource with invalid ARNs will result in an error. Acceptable ARN content can include arn:aws:backup:us-east. Invalid ARN content may look like arn:aws:ec2:us-east.

        Parameters:
        resourceArn - An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

        ARNs that do not include backup are incompatible with tagging. TagResource and UntagResource with invalid ARNs will result in an error. Acceptable ARN content can include arn:aws:backup:us-east. Invalid ARN content may look like arn:aws:ec2:us-east.

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

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

        The keys to identify which key-value tags to remove from a resource.

        Parameters:
        tagKeyList - The keys to identify which key-value tags to remove from a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeyList

        UntagResourceRequest.Builder tagKeyList​(String... tagKeyList)

        The keys to identify which key-value tags to remove from a resource.

        Parameters:
        tagKeyList - The keys to identify which key-value tags to remove from a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.