Uses of Interface
software.amazon.awssdk.services.comprehend.model.TextSegment.Builder
-
Packages that use TextSegment.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of TextSegment.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return TextSegment.Builder Modifier and Type Method Description static TextSegment.BuilderTextSegment. builder()TextSegment.BuilderTextSegment.Builder. text(String text)The text content.TextSegment.BuilderTextSegment. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type TextSegment.Builder Modifier and Type Method Description static Class<? extends TextSegment.Builder>TextSegment. serializableBuilderClass()
-