public static interface DocumentAttributeTarget.Builder extends SdkPojo, CopyableBuilder<DocumentAttributeTarget.Builder,DocumentAttributeTarget>
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeTarget.Builder |
targetDocumentAttributeKey(String targetDocumentAttributeKey)
The identifier of the target document attribute or metadata field.
|
default DocumentAttributeTarget.Builder |
targetDocumentAttributeValue(Consumer<DocumentAttributeValue.Builder> targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
DocumentAttributeTarget.Builder |
targetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
DocumentAttributeTarget.Builder |
targetDocumentAttributeValueDeletion(Boolean targetDocumentAttributeValueDeletion)
TRUE to delete the existing target value for your specified target attribute key. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentAttributeTarget.Builder targetDocumentAttributeKey(String targetDocumentAttributeKey)
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.
targetDocumentAttributeKey - 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.
DocumentAttributeTarget.Builder targetDocumentAttributeValueDeletion(Boolean targetDocumentAttributeValueDeletion)
TRUE to delete the existing target value for your specified target attribute key. You cannot
create a target value and set this to TRUE. To create a target value (
TargetDocumentAttributeValue), set this to FALSE.
targetDocumentAttributeValueDeletion - TRUE to delete the existing target value for your specified target attribute key. You
cannot create a target value and set this to TRUE. To create a target value (
TargetDocumentAttributeValue), set this to FALSE.DocumentAttributeTarget.Builder targetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)
The target value you want to create for the target attribute.
For example, 'Finance' could be the target value for the target attribute key 'Department'.
targetDocumentAttributeValue - The target value you want to create for the target attribute.
For example, 'Finance' could be the target value for the target attribute key 'Department'.
default DocumentAttributeTarget.Builder targetDocumentAttributeValue(Consumer<DocumentAttributeValue.Builder> targetDocumentAttributeValue)
The target value you want to create for the target attribute.
For example, 'Finance' could be the target value for the target attribute key 'Department'.
This is a convenience method that creates an instance of theDocumentAttributeValue.Builder avoiding
the need to create one manually via DocumentAttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to targetDocumentAttributeValue(DocumentAttributeValue).
targetDocumentAttributeValue - a consumer that will call methods on DocumentAttributeValue.BuildertargetDocumentAttributeValue(DocumentAttributeValue)Copyright © 2023. All rights reserved.