Class RemoteStoreStats.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.nodes.stats.RemoteStoreStats.Builder
- All Implemented Interfaces:
CopyableBuilder<RemoteStoreStats.Builder,,RemoteStoreStats> MutableBuilder<RemoteStoreStats.Builder,,RemoteStoreStats> ObjectBuilder<RemoteStoreStats>
- Enclosing class:
RemoteStoreStats
public static class RemoteStoreStats.Builder
extends ObjectBuilderBase
implements CopyableBuilder<RemoteStoreStats.Builder,RemoteStoreStats>
Builder for
RemoteStoreStats.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aRemoteStoreStats.copy()Create a new builderCopyableBuilderthat is a copy of this one.final RemoteStoreStats.BuilderTimestamp for the last successful fetch of pinned timestamps.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<RemoteStoreStats.Builder,RemoteStoreStats> - Returns:
- a new builder instance.
-
lastSuccessfulFetchOfPinnedTimestamps
@Nonnull public final RemoteStoreStats.Builder lastSuccessfulFetchOfPinnedTimestamps(@Nullable Long value) Timestamp for the last successful fetch of pinned timestamps.API name:
last_successful_fetch_of_pinned_timestamps -
build
Builds aRemoteStoreStats.- Specified by:
buildin interfaceObjectBuilder<RemoteStoreStats>- Throws:
NullPointerException- if some of the required fields are null.
-