Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.FilterAttribute.Builder
Packages that use FilterAttribute.Builder
-
Uses of FilterAttribute.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FilterAttribute.BuilderModifier and TypeMethodDescriptionstatic FilterAttribute.BuilderFilterAttribute.builder()The name that the metadata attribute must match.FilterAttribute.toBuilder()The value to whcih to compare the value of the metadata attribute.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FilterAttribute.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FilterAttribute.Builder>FilterAttribute.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FilterAttribute.BuilderModifier and TypeMethodDescriptiondefault RetrievalFilter.BuilderRetrievalFilter.Builder.equalsValue(Consumer<FilterAttribute.Builder> equalsValue) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value matches thevaluein this object.static RetrievalFilterRetrievalFilter.fromEqualsValue(Consumer<FilterAttribute.Builder> equalsValue) Create an instance of this class withRetrievalFilter.equalsValue()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThan(Consumer<FilterAttribute.Builder> greaterThan) Create an instance of this class withRetrievalFilter.greaterThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromGreaterThanOrEquals(Consumer<FilterAttribute.Builder> greaterThanOrEquals) Create an instance of this class withRetrievalFilter.greaterThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromIn(Consumer<FilterAttribute.Builder> in) Create an instance of this class withRetrievalFilter.in()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThan(Consumer<FilterAttribute.Builder> lessThan) Create an instance of this class withRetrievalFilter.lessThan()initialized to the given value.static RetrievalFilterRetrievalFilter.fromLessThanOrEquals(Consumer<FilterAttribute.Builder> lessThanOrEquals) Create an instance of this class withRetrievalFilter.lessThanOrEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromListContains(Consumer<FilterAttribute.Builder> listContains) Create an instance of this class withRetrievalFilter.listContains()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotEquals(Consumer<FilterAttribute.Builder> notEquals) Create an instance of this class withRetrievalFilter.notEquals()initialized to the given value.static RetrievalFilterRetrievalFilter.fromNotIn(Consumer<FilterAttribute.Builder> notIn) Create an instance of this class withRetrievalFilter.notIn()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStartsWith(Consumer<FilterAttribute.Builder> startsWith) Create an instance of this class withRetrievalFilter.startsWith()initialized to the given value.static RetrievalFilterRetrievalFilter.fromStringContains(Consumer<FilterAttribute.Builder> stringContains) Create an instance of this class withRetrievalFilter.stringContains()initialized to the given value.default RetrievalFilter.BuilderRetrievalFilter.Builder.greaterThan(Consumer<FilterAttribute.Builder> greaterThan) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is greater than thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.greaterThanOrEquals(Consumer<FilterAttribute.Builder> greaterThanOrEquals) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is greater than or equal to thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.in(Consumer<FilterAttribute.Builder> in) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is in the list specified in thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.lessThan(Consumer<FilterAttribute.Builder> lessThan) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is less than thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.lessThanOrEquals(Consumer<FilterAttribute.Builder> lessThanOrEquals) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is less than or equal to thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.listContains(Consumer<FilterAttribute.Builder> listContains) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is a list that contains thevalueas one of its members.default RetrievalFilter.BuilderRetrievalFilter.Builder.notEquals(Consumer<FilterAttribute.Builder> notEquals) Knowledge base data sources are returned when:default RetrievalFilter.BuilderRetrievalFilter.Builder.notIn(Consumer<FilterAttribute.Builder> notIn) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value isn't in the list specified in thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.startsWith(Consumer<FilterAttribute.Builder> startsWith) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value starts with thevaluein this object.default RetrievalFilter.BuilderRetrievalFilter.Builder.stringContains(Consumer<FilterAttribute.Builder> stringContains) Knowledge base data sources are returned if they contain a metadata attribute whose name matches thekeyand whose value is one of the following: