| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeCondition |
DocumentAttributeCondition.clone() |
DocumentAttributeCondition |
InlineDocumentEnrichmentConfiguration.getCondition() |
DocumentAttributeCondition |
HookConfiguration.getInvocationCondition()
The condition used for when a Lambda function should be invoked.
|
DocumentAttributeCondition |
DocumentAttributeCondition.withKey(String key)
The identifier of the document attribute used for the condition.
|
DocumentAttributeCondition |
DocumentAttributeCondition.withOperator(DocumentEnrichmentConditionOperator operator)
The identifier of the document attribute used for the condition.
|
DocumentAttributeCondition |
DocumentAttributeCondition.withOperator(String operator)
The identifier of the document attribute used for the condition.
|
DocumentAttributeCondition |
DocumentAttributeCondition.withValue(DocumentAttributeValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineDocumentEnrichmentConfiguration.setCondition(DocumentAttributeCondition condition) |
void |
HookConfiguration.setInvocationCondition(DocumentAttributeCondition invocationCondition)
The condition used for when a Lambda function should be invoked.
|
InlineDocumentEnrichmentConfiguration |
InlineDocumentEnrichmentConfiguration.withCondition(DocumentAttributeCondition condition) |
HookConfiguration |
HookConfiguration.withInvocationCondition(DocumentAttributeCondition invocationCondition)
The condition used for when a Lambda function should be invoked.
|
Copyright © 2025. All rights reserved.