Uses of Interface
software.amazon.awssdk.services.kendra.model.FacetResult.Builder
-
Packages that use FacetResult.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FacetResult.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return FacetResult.Builder Modifier and Type Method Description static FacetResult.BuilderFacetResult. builder()FacetResult.BuilderFacetResult.Builder. documentAttributeKey(String documentAttributeKey)The key for the facet values.FacetResult.BuilderFacetResult.Builder. documentAttributeValueCountPairs(Collection<DocumentAttributeValueCountPair> documentAttributeValueCountPairs)An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents that share the key value.FacetResult.BuilderFacetResult.Builder. documentAttributeValueCountPairs(Consumer<DocumentAttributeValueCountPair.Builder>... documentAttributeValueCountPairs)An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents that share the key value.FacetResult.BuilderFacetResult.Builder. documentAttributeValueCountPairs(DocumentAttributeValueCountPair... documentAttributeValueCountPairs)An array of key/value pairs, where the key is the value of the attribute and the count is the number of documents that share the key value.FacetResult.BuilderFacetResult.Builder. documentAttributeValueType(String documentAttributeValueType)The data type of the facet value.FacetResult.BuilderFacetResult.Builder. documentAttributeValueType(DocumentAttributeValueType documentAttributeValueType)The data type of the facet value.FacetResult.BuilderFacetResult. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FacetResult.Builder Modifier and Type Method Description static Class<? extends FacetResult.Builder>FacetResult. serializableBuilderClass()
-