Uses of Interface
software.amazon.awssdk.services.qbusiness.model.DocumentAttributeTarget.Builder
-
Packages that use DocumentAttributeTarget.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentAttributeTarget.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentAttributeTarget.Builder Modifier and Type Method Description DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. attributeValueOperator(String attributeValueOperator)TRUEto delete the existing target value for your specified target attribute key.DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. attributeValueOperator(AttributeValueOperator attributeValueOperator)TRUEto delete the existing target value for your specified target attribute key.static DocumentAttributeTarget.BuilderDocumentAttributeTarget. builder()DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. key(String key)The identifier of the target document attribute or metadata field.DocumentAttributeTarget.BuilderDocumentAttributeTarget. toBuilder()default DocumentAttributeTarget.BuilderDocumentAttributeTarget.Builder. value(Consumer<DocumentAttributeValue.Builder> value)Sets the value of the Value property for this object.DocumentAttributeTarget.BuilderDocumentAttributeTarget.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 DocumentAttributeTarget.Builder Modifier and Type Method Description static Class<? extends DocumentAttributeTarget.Builder>DocumentAttributeTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DocumentAttributeTarget.Builder Modifier and Type Method Description default InlineDocumentEnrichmentConfiguration.BuilderInlineDocumentEnrichmentConfiguration.Builder. target(Consumer<DocumentAttributeTarget.Builder> target)Sets the value of the Target property for this object.
-