Uses of Interface
software.amazon.awssdk.services.kendra.model.SortingConfiguration.Builder
-
Packages that use SortingConfiguration.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SortingConfiguration.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SortingConfiguration.Builder Modifier and Type Method Description static SortingConfiguration.BuilderSortingConfiguration. builder()SortingConfiguration.BuilderSortingConfiguration.Builder. documentAttributeKey(String documentAttributeKey)The name of the document attribute used to sort the response.SortingConfiguration.BuilderSortingConfiguration.Builder. sortOrder(String sortOrder)The order that the results should be returned in.SortingConfiguration.BuilderSortingConfiguration.Builder. sortOrder(SortOrder sortOrder)The order that the results should be returned in.SortingConfiguration.BuilderSortingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type SortingConfiguration.Builder Modifier and Type Method Description static Class<? extends SortingConfiguration.Builder>SortingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SortingConfiguration.Builder Modifier and Type Method Description default QueryRequest.BuilderQueryRequest.Builder. sortingConfiguration(Consumer<SortingConfiguration.Builder> sortingConfiguration)Provides information that determines how the results of the query are sorted.
-