Interface DocumentGroup.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentGroup.Builder,,DocumentGroup> SdkBuilder<DocumentGroup.Builder,,DocumentGroup> SdkPojo
- Enclosing class:
DocumentGroup
-
Method Summary
Modifier and TypeMethodDescriptiondetectedSignatures(Collection<DetectedSignature> detectedSignatures) A list of the detected signatures found in a document group.detectedSignatures(Consumer<DetectedSignature.Builder>... detectedSignatures) A list of the detected signatures found in a document group.detectedSignatures(DetectedSignature... detectedSignatures) A list of the detected signatures found in a document group.splitDocuments(Collection<SplitDocument> splitDocuments) An array that contains information about the pages of a document, defined by logical boundary.splitDocuments(Consumer<SplitDocument.Builder>... splitDocuments) An array that contains information about the pages of a document, defined by logical boundary.splitDocuments(SplitDocument... splitDocuments) An array that contains information about the pages of a document, defined by logical boundary.The type of document that Amazon Textract has detected.undetectedSignatures(Collection<UndetectedSignature> undetectedSignatures) A list of any expected signatures not found in a document group.undetectedSignatures(Consumer<UndetectedSignature.Builder>... undetectedSignatures) A list of any expected signatures not found in a document group.undetectedSignatures(UndetectedSignature... undetectedSignatures) A list of any expected signatures not found in a document group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
type
The type of document that Amazon Textract has detected. See Analyze Lending Response Objects for a list of all types returned by Textract.
- Parameters:
type- The type of document that Amazon Textract has detected. See Analyze Lending Response Objects for a list of all types returned by Textract.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitDocuments
An array that contains information about the pages of a document, defined by logical boundary.
- Parameters:
splitDocuments- An array that contains information about the pages of a document, defined by logical boundary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitDocuments
An array that contains information about the pages of a document, defined by logical boundary.
- Parameters:
splitDocuments- An array that contains information about the pages of a document, defined by logical boundary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
splitDocuments
An array that contains information about the pages of a document, defined by logical boundary.
This is a convenience method that creates an instance of theSplitDocument.Builderavoiding the need to create one manually viaSplitDocument.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosplitDocuments(List<SplitDocument>).- Parameters:
splitDocuments- a consumer that will call methods onSplitDocument.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
detectedSignatures
A list of the detected signatures found in a document group.
- Parameters:
detectedSignatures- A list of the detected signatures found in a document group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectedSignatures
A list of the detected signatures found in a document group.
- Parameters:
detectedSignatures- A list of the detected signatures found in a document group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectedSignatures
A list of the detected signatures found in a document group.
This is a convenience method that creates an instance of theDetectedSignature.Builderavoiding the need to create one manually viaDetectedSignature.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todetectedSignatures(List<DetectedSignature>).- Parameters:
detectedSignatures- a consumer that will call methods onDetectedSignature.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
undetectedSignatures
A list of any expected signatures not found in a document group.
- Parameters:
undetectedSignatures- A list of any expected signatures not found in a document group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
undetectedSignatures
A list of any expected signatures not found in a document group.
- Parameters:
undetectedSignatures- A list of any expected signatures not found in a document group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
undetectedSignatures
DocumentGroup.Builder undetectedSignatures(Consumer<UndetectedSignature.Builder>... undetectedSignatures) A list of any expected signatures not found in a document group.
This is a convenience method that creates an instance of theUndetectedSignature.Builderavoiding the need to create one manually viaUndetectedSignature.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toundetectedSignatures(List<UndetectedSignature>).- Parameters:
undetectedSignatures- a consumer that will call methods onUndetectedSignature.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-