Uses of Interface
software.amazon.awssdk.services.textract.model.Relationship.Builder
-
Packages that use Relationship.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Relationship.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return Relationship.Builder Modifier and Type Method Description static Relationship.BuilderRelationship. builder()Relationship.BuilderRelationship.Builder. ids(String... ids)An array of IDs for related blocks.Relationship.BuilderRelationship.Builder. ids(Collection<String> ids)An array of IDs for related blocks.Relationship.BuilderRelationship. toBuilder()Relationship.BuilderRelationship.Builder. type(String type)The type of relationship between the blocks in the IDs array and the current block.Relationship.BuilderRelationship.Builder. type(RelationshipType type)The type of relationship between the blocks in the IDs array and the current block.Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Relationship.Builder Modifier and Type Method Description static Class<? extends Relationship.Builder>Relationship. serializableBuilderClass()
-