Uses of Interface
software.amazon.awssdk.services.kendra.model.ExpandConfiguration.Builder
-
Packages that use ExpandConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ExpandConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ExpandConfiguration.Builder Modifier and Type Method Description static ExpandConfiguration.BuilderExpandConfiguration. builder()ExpandConfiguration.BuilderExpandConfiguration.Builder. maxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)The number of expanded results to show per collapsed primary document.ExpandConfiguration.BuilderExpandConfiguration.Builder. maxResultItemsToExpand(Integer maxResultItemsToExpand)The number of collapsed search result groups to expand.ExpandConfiguration.BuilderExpandConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ExpandConfiguration.Builder Modifier and Type Method Description static Class<? extends ExpandConfiguration.Builder>ExpandConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type ExpandConfiguration.Builder Modifier and Type Method Description default CollapseConfiguration.BuilderCollapseConfiguration.Builder. expandConfiguration(Consumer<ExpandConfiguration.Builder> expandConfiguration)Provides configuration information to customize expansion options for a collapsed group.
-