Uses of Interface
software.amazon.awssdk.services.qconnect.model.CitationSpan.Builder
-
Packages that use CitationSpan.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of CitationSpan.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return CitationSpan.Builder Modifier and Type Method Description CitationSpan.BuilderCitationSpan.Builder. beginOffsetInclusive(Integer beginOffsetInclusive)Where the text with a citation starts in the generated output.static CitationSpan.BuilderCitationSpan. builder()CitationSpan.BuilderCitationSpan.Builder. endOffsetExclusive(Integer endOffsetExclusive)Where the text with a citation ends in the generated output.CitationSpan.BuilderCitationSpan. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type CitationSpan.Builder Modifier and Type Method Description static Class<? extends CitationSpan.Builder>CitationSpan. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type CitationSpan.Builder Modifier and Type Method Description default SourceContentDataDetails.BuilderSourceContentDataDetails.Builder. citationSpan(Consumer<CitationSpan.Builder> citationSpan)Contains information about where the text with a citation begins and ends in the generated output.
-