Interface DocumentStandardExtraction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DocumentStandardExtraction.Builder,
,DocumentStandardExtraction> SdkBuilder<DocumentStandardExtraction.Builder,
,DocumentStandardExtraction> SdkPojo
- Enclosing class:
DocumentStandardExtraction
@Mutable
@NotThreadSafe
public static interface DocumentStandardExtraction.Builder
extends SdkPojo, CopyableBuilder<DocumentStandardExtraction.Builder,DocumentStandardExtraction>
-
Method Summary
Modifier and TypeMethodDescriptionboundingBox
(Consumer<DocumentBoundingBox.Builder> boundingBox) Sets the value of the BoundingBox property for this object.boundingBox
(DocumentBoundingBox boundingBox) Sets the value of the BoundingBox property for this object.granularity
(Consumer<DocumentExtractionGranularity.Builder> granularity) Sets the value of the Granularity property for this object.granularity
(DocumentExtractionGranularity granularity) Sets the value of the Granularity property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
granularity
Sets the value of the Granularity property for this object.- Parameters:
granularity
- The new value for the Granularity property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
granularity
default DocumentStandardExtraction.Builder granularity(Consumer<DocumentExtractionGranularity.Builder> granularity) Sets the value of the Granularity property for this object. This is a convenience method that creates an instance of theDocumentExtractionGranularity.Builder
avoiding the need to create one manually viaDocumentExtractionGranularity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togranularity(DocumentExtractionGranularity)
.- Parameters:
granularity
- a consumer that will call methods onDocumentExtractionGranularity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
boundingBox
Sets the value of the BoundingBox property for this object.- Parameters:
boundingBox
- The new value for the BoundingBox property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
boundingBox
default DocumentStandardExtraction.Builder boundingBox(Consumer<DocumentBoundingBox.Builder> boundingBox) Sets the value of the BoundingBox property for this object. This is a convenience method that creates an instance of theDocumentBoundingBox.Builder
avoiding the need to create one manually viaDocumentBoundingBox.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toboundingBox(DocumentBoundingBox)
.- Parameters:
boundingBox
- a consumer that will call methods onDocumentBoundingBox.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-