Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceARN

        UntagResourceRequest.Builder resourceARN​(String resourceARN)

        The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

        Parameters:
        resourceARN - The Timestream resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).
        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 tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.

        Parameters:
        tagKeys - A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagKeys

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

        A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.

        Parameters:
        tagKeys - A list of tags keys. Existing tags of the resource whose keys are members of this list will be removed from the Timestream resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.