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