Interface UntagResourceRequest.Builder

    • Method Detail

      • resourceArn

        UntagResourceRequest.Builder resourceArn​(String resourceArn)

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

        Parameters:
        resourceArn - The DynamoDB 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 tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.

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

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