Uses of Interface
software.amazon.awssdk.services.kendra.model.FeaturedDocument.Builder
-
Packages that use FeaturedDocument.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FeaturedDocument.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return FeaturedDocument.Builder Modifier and Type Method Description static FeaturedDocument.BuilderFeaturedDocument. builder()FeaturedDocument.BuilderFeaturedDocument.Builder. id(String id)The identifier of the document to feature in the search results.FeaturedDocument.BuilderFeaturedDocument. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FeaturedDocument.Builder Modifier and Type Method Description static Class<? extends FeaturedDocument.Builder>FeaturedDocument. serializableBuilderClass()
-