Interface UntagResourceRequest.Builder

    • Method Detail

      • tagKeys

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

        A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.

        Parameters:
        tagKeys - A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis 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 tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource.

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

        UntagResourceRequest.Builder resourceARN​(String resourceARN)

        The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.

        Parameters:
        resourceARN - The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.