| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ExpandConfiguration.Builder |
ExpandConfiguration.builder() |
ExpandConfiguration.Builder |
ExpandConfiguration.Builder.maxExpandedResultsPerItem(Integer maxExpandedResultsPerItem)
The number of expanded results to show per collapsed primary document.
|
ExpandConfiguration.Builder |
ExpandConfiguration.Builder.maxResultItemsToExpand(Integer maxResultItemsToExpand)
The number of collapsed search result groups to expand.
|
ExpandConfiguration.Builder |
ExpandConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExpandConfiguration.Builder> |
ExpandConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CollapseConfiguration.Builder |
CollapseConfiguration.Builder.expandConfiguration(Consumer<ExpandConfiguration.Builder> expandConfiguration)
Provides configuration information to customize expansion options for a collapsed group.
|
Copyright © 2023. All rights reserved.