Interface DocumentStandardExtraction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentStandardExtraction.Builder,DocumentStandardExtraction>,SdkBuilder<DocumentStandardExtraction.Builder,DocumentStandardExtraction>,SdkPojo
- Enclosing class:
- DocumentStandardExtraction
public static interface DocumentStandardExtraction.Builder extends SdkPojo, CopyableBuilder<DocumentStandardExtraction.Builder,DocumentStandardExtraction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DocumentStandardExtraction.BuilderboundingBox(Consumer<DocumentBoundingBox.Builder> boundingBox)Sets the value of the BoundingBox property for this object.DocumentStandardExtraction.BuilderboundingBox(DocumentBoundingBox boundingBox)Sets the value of the BoundingBox property for this object.default DocumentStandardExtraction.Buildergranularity(Consumer<DocumentExtractionGranularity.Builder> granularity)Sets the value of the Granularity property for this object.DocumentStandardExtraction.Buildergranularity(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 Detail
-
granularity
DocumentStandardExtraction.Builder granularity(DocumentExtractionGranularity 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.Builderavoiding the need to create one manually viaDocumentExtractionGranularity.builder().When the
Consumercompletes,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:
granularity(DocumentExtractionGranularity)
-
boundingBox
DocumentStandardExtraction.Builder boundingBox(DocumentBoundingBox 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.Builderavoiding the need to create one manually viaDocumentBoundingBox.builder().When the
Consumercompletes,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:
boundingBox(DocumentBoundingBox)
-
-