Uses of Interface
software.amazon.awssdk.services.qbusiness.model.DocumentAttributeCondition.Builder
-
Packages that use DocumentAttributeCondition.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentAttributeCondition.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentAttributeCondition.Builder Modifier and Type Method Description static DocumentAttributeCondition.BuilderDocumentAttributeCondition. builder()DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. key(String key)The identifier of the document attribute used for the condition.DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. operator(String operator)The identifier of the document attribute used for the condition.DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. operator(DocumentEnrichmentConditionOperator operator)The identifier of the document attribute used for the condition.DocumentAttributeCondition.BuilderDocumentAttributeCondition. toBuilder()default DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. value(Consumer<DocumentAttributeValue.Builder> value)Sets the value of the Value property for this object.DocumentAttributeCondition.BuilderDocumentAttributeCondition.Builder. value(DocumentAttributeValue value)Sets the value of the Value property for this object.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DocumentAttributeCondition.Builder Modifier and Type Method Description static Class<? extends DocumentAttributeCondition.Builder>DocumentAttributeCondition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DocumentAttributeCondition.Builder Modifier and Type Method Description default InlineDocumentEnrichmentConfiguration.BuilderInlineDocumentEnrichmentConfiguration.Builder. condition(Consumer<DocumentAttributeCondition.Builder> condition)Sets the value of the Condition property for this object.default HookConfiguration.BuilderHookConfiguration.Builder. invocationCondition(Consumer<DocumentAttributeCondition.Builder> invocationCondition)The condition used for when a Lambda function should be invoked.
-