Uses of Interface
software.amazon.awssdk.services.cloudsearchdomain.model.Hit.Builder
-
Packages that use Hit.Builder Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of Hit.Builder in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return Hit.Builder Modifier and Type Method Description static Hit.BuilderHit. builder()Hit.BuilderHit.Builder. exprs(Map<String,String> exprs)The expressions returned from a document that matches the search request.Hit.BuilderHit.Builder. fields(Map<String,? extends Collection<String>> fields)The fields returned from a document that matches the search request.Hit.BuilderHit.Builder. highlights(Map<String,String> highlights)The highlights returned from a document that matches the search request.Hit.BuilderHit.Builder. id(String id)The document ID of a document that matches the search request.Hit.BuilderHit. toBuilder()Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type Hit.Builder Modifier and Type Method Description static Class<? extends Hit.Builder>Hit. serializableBuilderClass()
-