Interface DocumentAttributeTarget.Builder

    • Method Detail

      • key

        DocumentAttributeTarget.Builder key​(String key)

        The identifier of the target document attribute or metadata field. For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.

        Parameters:
        key - The identifier of the target document attribute or metadata field. For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        DocumentAttributeTarget.Builder value​(DocumentAttributeValue value)
        Sets the value of the Value property for this object.
        Parameters:
        value - The new value for the Value property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeValueOperator

        DocumentAttributeTarget.Builder attributeValueOperator​(String attributeValueOperator)

        TRUE to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to TRUE.

        Parameters:
        attributeValueOperator - TRUE to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to TRUE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttributeValueOperator, AttributeValueOperator
      • attributeValueOperator

        DocumentAttributeTarget.Builder attributeValueOperator​(AttributeValueOperator attributeValueOperator)

        TRUE to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to TRUE.

        Parameters:
        attributeValueOperator - TRUE to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to TRUE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AttributeValueOperator, AttributeValueOperator