Interface IndexStatistics.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IndexStatistics.Builder,,- IndexStatistics> - SdkBuilder<IndexStatistics.Builder,,- IndexStatistics> - SdkPojo
- Enclosing class:
- IndexStatistics
@Mutable
@NotThreadSafe
public static interface IndexStatistics.Builder
extends SdkPojo, CopyableBuilder<IndexStatistics.Builder,IndexStatistics> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault IndexStatistics.BuildertextDocumentStatistics(Consumer<TextDocumentStatistics.Builder> textDocumentStatistics) The number of documents indexed.textDocumentStatistics(TextDocumentStatistics textDocumentStatistics) The number of documents indexed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
textDocumentStatisticsThe number of documents indexed. - Parameters:
- textDocumentStatistics- The number of documents indexed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
textDocumentStatisticsdefault IndexStatistics.Builder textDocumentStatistics(Consumer<TextDocumentStatistics.Builder> textDocumentStatistics) The number of documents indexed. This is a convenience method that creates an instance of theTextDocumentStatistics.Builderavoiding the need to create one manually viaTextDocumentStatistics.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totextDocumentStatistics(TextDocumentStatistics).- Parameters:
- textDocumentStatistics- a consumer that will call methods on- TextDocumentStatistics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-