Interface TextDocumentStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TextDocumentStatistics.Builder,TextDocumentStatistics>,SdkBuilder<TextDocumentStatistics.Builder,TextDocumentStatistics>,SdkPojo
- Enclosing class:
- TextDocumentStatistics
public static interface TextDocumentStatistics.Builder extends SdkPojo, CopyableBuilder<TextDocumentStatistics.Builder,TextDocumentStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextDocumentStatistics.BuilderindexedTextBytes(Long indexedTextBytes)The total size, in bytes, of the indexed documents.TextDocumentStatistics.BuilderindexedTextDocumentsCount(Integer indexedTextDocumentsCount)The number of text documents indexed.-
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, sdkFields
-
-
-
-
Method Detail
-
indexedTextDocumentsCount
TextDocumentStatistics.Builder indexedTextDocumentsCount(Integer indexedTextDocumentsCount)
The number of text documents indexed.
- Parameters:
indexedTextDocumentsCount- The number of text documents indexed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexedTextBytes
TextDocumentStatistics.Builder indexedTextBytes(Long indexedTextBytes)
The total size, in bytes, of the indexed documents.
- Parameters:
indexedTextBytes- The total size, in bytes, of the indexed documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-