Uses of Interface
software.amazon.awssdk.services.bedrockruntime.model.CitationSourceContent.Builder
-
Packages that use CitationSourceContent.Builder Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of CitationSourceContent.Builder in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return CitationSourceContent.Builder Modifier and Type Method Description static CitationSourceContent.BuilderCitationSourceContent. builder()CitationSourceContent.BuilderCitationSourceContent.Builder. text(String text)The text content from the source document that is being cited.CitationSourceContent.BuilderCitationSourceContent. toBuilder()Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type CitationSourceContent.Builder Modifier and Type Method Description static Class<? extends CitationSourceContent.Builder>CitationSourceContent. serializableBuilderClass()
-