Uses of Interface
software.amazon.awssdk.services.kendra.model.FeaturedDocumentWithMetadata.Builder
-
Packages that use FeaturedDocumentWithMetadata.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FeaturedDocumentWithMetadata.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return FeaturedDocumentWithMetadata.Builder Modifier and Type Method Description static FeaturedDocumentWithMetadata.BuilderFeaturedDocumentWithMetadata. builder()FeaturedDocumentWithMetadata.BuilderFeaturedDocumentWithMetadata.Builder. id(String id)The identifier of the featured document with its metadata.FeaturedDocumentWithMetadata.BuilderFeaturedDocumentWithMetadata.Builder. title(String title)The main title of the featured document.FeaturedDocumentWithMetadata.BuilderFeaturedDocumentWithMetadata. toBuilder()FeaturedDocumentWithMetadata.BuilderFeaturedDocumentWithMetadata.Builder. uri(String uri)The source URI location of the featured document.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FeaturedDocumentWithMetadata.Builder Modifier and Type Method Description static Class<? extends FeaturedDocumentWithMetadata.Builder>FeaturedDocumentWithMetadata. serializableBuilderClass()
-