| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static Relationship.Builder |
Relationship.builder() |
Relationship.Builder |
Relationship.Builder.ids(Collection<String> ids)
An array of IDs for related blocks.
|
Relationship.Builder |
Relationship.Builder.ids(String... ids)
An array of IDs for related blocks.
|
Relationship.Builder |
Relationship.toBuilder() |
Relationship.Builder |
Relationship.Builder.type(RelationshipType type)
The type of relationship that the blocks in the IDs array have with the current block.
|
Relationship.Builder |
Relationship.Builder.type(String type)
The type of relationship that the blocks in the IDs array have with the current block.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Relationship.Builder> |
Relationship.serializableBuilderClass() |
Copyright © 2023. All rights reserved.