Interface DocumentPageLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentPageLocation.Builder,DocumentPageLocation>,SdkBuilder<DocumentPageLocation.Builder,DocumentPageLocation>,SdkPojo
- Enclosing class:
- DocumentPageLocation
@Mutable @NotThreadSafe public static interface DocumentPageLocation.Builder extends SdkPojo, CopyableBuilder<DocumentPageLocation.Builder,DocumentPageLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentPageLocation.BuilderdocumentIndex(Integer documentIndex)The index of the document within the array of documents provided in the request.DocumentPageLocation.Builderend(Integer end)The ending page number of the cited content within the document.DocumentPageLocation.Builderstart(Integer start)The starting page number of the cited content within 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
-
documentIndex
DocumentPageLocation.Builder documentIndex(Integer documentIndex)
The index of the document within the array of documents provided in the request.
- Parameters:
documentIndex- The index of the document within the array of documents provided in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
start
DocumentPageLocation.Builder start(Integer start)
The starting page number of the cited content within the document.
- Parameters:
start- The starting page number of the cited content within the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
DocumentPageLocation.Builder end(Integer end)
The ending page number of the cited content within the document.
- Parameters:
end- The ending page number of the cited content within the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-