@Generated(value="software.amazon.awssdk:codegen") public final class ExpandConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExpandConfiguration.Builder,ExpandConfiguration>
Specifies the configuration information needed to customize how collapsed search result groups expand.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExpandConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExpandConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxExpandedResultsPerItem()
The number of expanded results to show per collapsed primary document.
|
Integer |
maxResultItemsToExpand()
The number of collapsed search result groups to expand.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExpandConfiguration.Builder> |
serializableBuilderClass() |
ExpandConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResultItemsToExpand()
The number of collapsed search result groups to expand. If you set this value to 10, for example, only the first 10 out of 100 result groups will have expand functionality.
public final Integer maxExpandedResultsPerItem()
The number of expanded results to show per collapsed primary document. For instance, if you set this value to 3, then at most 3 results per collapsed group will be displayed.
public ExpandConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExpandConfiguration.Builder,ExpandConfiguration>public static ExpandConfiguration.Builder builder()
public static Class<? extends ExpandConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.