Uses of Interface
software.amazon.awssdk.services.comprehend.model.ChildBlock.Builder
-
Packages that use ChildBlock.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of ChildBlock.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return ChildBlock.Builder Modifier and Type Method Description ChildBlock.BuilderChildBlock.Builder. beginOffset(Integer beginOffset)Offset of the start of the child block within its parent block.static ChildBlock.BuilderChildBlock. builder()ChildBlock.BuilderChildBlock.Builder. childBlockId(String childBlockId)Unique identifier for the child block.ChildBlock.BuilderChildBlock.Builder. endOffset(Integer endOffset)Offset of the end of the child block within its parent block.ChildBlock.BuilderChildBlock. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type ChildBlock.Builder Modifier and Type Method Description static Class<? extends ChildBlock.Builder>ChildBlock. serializableBuilderClass()
-