| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttribute |
DocumentAttribute.clone() |
DocumentAttribute |
AttributeFilter.getContainsAll()
Returns
true when a document contains all the specified document attributes or metadata fields. |
DocumentAttribute |
AttributeFilter.getContainsAny()
Returns
true when a document contains any of the specified document attributes or metadata fields. |
DocumentAttribute |
AttributeFilter.getEqualsTo()
Performs an equals operation on two document attributes or metadata fields.
|
DocumentAttribute |
AttributeFilter.getGreaterThan()
Performs a greater than operation on two document attributes or metadata fields.
|
DocumentAttribute |
AttributeFilter.getGreaterThanOrEquals()
Performs a greater or equals than operation on two document attributes or metadata fields.
|
DocumentAttribute |
AttributeFilter.getLessThan()
Performs a less than operation on two document attributes or metadata fields.
|
DocumentAttribute |
AttributeFilter.getLessThanOrEquals()
Performs a less than or equals operation on two document attributes or metadata fields.Supported for the
following document
attribute value type:
dateValue and longValue. |
DocumentAttribute |
DocumentAttribute.withName(String name)
The identifier for the attribute.
|
DocumentAttribute |
DocumentAttribute.withValue(DocumentAttributeValue value)
The value of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocumentAttribute> |
Document.getAttributes()
Custom attributes to apply to the document for refining Amazon Q Business web experience responses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeFilter.setContainsAll(DocumentAttribute containsAll)
Returns
true when a document contains all the specified document attributes or metadata fields. |
void |
AttributeFilter.setContainsAny(DocumentAttribute containsAny)
Returns
true when a document contains any of the specified document attributes or metadata fields. |
void |
AttributeFilter.setEqualsTo(DocumentAttribute equalsTo)
Performs an equals operation on two document attributes or metadata fields.
|
void |
AttributeFilter.setGreaterThan(DocumentAttribute greaterThan)
Performs a greater than operation on two document attributes or metadata fields.
|
void |
AttributeFilter.setGreaterThanOrEquals(DocumentAttribute greaterThanOrEquals)
Performs a greater or equals than operation on two document attributes or metadata fields.
|
void |
AttributeFilter.setLessThan(DocumentAttribute lessThan)
Performs a less than operation on two document attributes or metadata fields.
|
void |
AttributeFilter.setLessThanOrEquals(DocumentAttribute lessThanOrEquals)
Performs a less than or equals operation on two document attributes or metadata fields.Supported for the
following document
attribute value type:
dateValue and longValue. |
Document |
Document.withAttributes(DocumentAttribute... attributes)
Custom attributes to apply to the document for refining Amazon Q Business web experience responses.
|
AttributeFilter |
AttributeFilter.withContainsAll(DocumentAttribute containsAll)
Returns
true when a document contains all the specified document attributes or metadata fields. |
AttributeFilter |
AttributeFilter.withContainsAny(DocumentAttribute containsAny)
Returns
true when a document contains any of the specified document attributes or metadata fields. |
AttributeFilter |
AttributeFilter.withEqualsTo(DocumentAttribute equalsTo)
Performs an equals operation on two document attributes or metadata fields.
|
AttributeFilter |
AttributeFilter.withGreaterThan(DocumentAttribute greaterThan)
Performs a greater than operation on two document attributes or metadata fields.
|
AttributeFilter |
AttributeFilter.withGreaterThanOrEquals(DocumentAttribute greaterThanOrEquals)
Performs a greater or equals than operation on two document attributes or metadata fields.
|
AttributeFilter |
AttributeFilter.withLessThan(DocumentAttribute lessThan)
Performs a less than operation on two document attributes or metadata fields.
|
AttributeFilter |
AttributeFilter.withLessThanOrEquals(DocumentAttribute lessThanOrEquals)
Performs a less than or equals operation on two document attributes or metadata fields.Supported for the
following document
attribute value type:
dateValue and longValue. |
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setAttributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document for refining Amazon Q Business web experience responses.
|
Document |
Document.withAttributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document for refining Amazon Q Business web experience responses.
|
Copyright © 2025. All rights reserved.