Interface DocumentMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentMetadata.Builder,DocumentMetadata>,SdkBuilder<DocumentMetadata.Builder,DocumentMetadata>,SdkPojo
- Enclosing class:
- DocumentMetadata
@Mutable @NotThreadSafe public static interface DocumentMetadata.Builder extends SdkPojo, CopyableBuilder<DocumentMetadata.Builder,DocumentMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentMetadata.Builderpages(Integer pages)The number of pages that are detected in the document.-
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
-
pages
DocumentMetadata.Builder pages(Integer pages)
The number of pages that are detected in the document.
- Parameters:
pages- The number of pages that are detected in the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-