Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.

        Parameters:
        tagKeys - The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.

        Parameters:
        tagKeys - The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.