Class StoreDetails.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.ltr.StoreDetails.Builder
- All Implemented Interfaces:
CopyableBuilder<StoreDetails.Builder,,StoreDetails> MutableBuilder<StoreDetails.Builder,,StoreDetails> ObjectBuilder<StoreDetails>
- Enclosing class:
StoreDetails
public static class StoreDetails.Builder
extends ObjectBuilderBase
implements CopyableBuilder<StoreDetails.Builder,StoreDetails>
Builder for
StoreDetails.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aStoreDetails.copy()Create a new builderCopyableBuilderthat is a copy of this one.final StoreDetails.BuilderCount statistics for this store.final StoreDetails.BuilderCount statistics for this store.final StoreDetails.BuilderThe index name for this store.final StoreDetails.BuilderThe name of the store.final StoreDetails.BuilderStore version.Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<StoreDetails.Builder,StoreDetails> - Returns:
- a new builder instance.
-
counts
Count statistics for this store.API name:
countsAdds all elements of
maptocounts. -
counts
Count statistics for this store.API name:
countsAdds an entry to
counts. -
index
The index name for this store.API name:
index -
store
The name of the store.API name:
store -
version
Store version.API name:
version -
build
Builds aStoreDetails.- Specified by:
buildin interfaceObjectBuilder<StoreDetails>- Throws:
NullPointerException- if some of the required fields are null.
-