Class IngestionSourcePointerInit.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.indices.IngestionSourcePointerInit.Builder
- All Implemented Interfaces:
CopyableBuilder<IngestionSourcePointerInit.Builder,,IngestionSourcePointerInit> MutableBuilder<IngestionSourcePointerInit.Builder,,IngestionSourcePointerInit> ObjectBuilder<IngestionSourcePointerInit>
- Enclosing class:
IngestionSourcePointerInit
public static class IngestionSourcePointerInit.Builder
extends ObjectBuilderBase
implements CopyableBuilder<IngestionSourcePointerInit.Builder,IngestionSourcePointerInit>
Builder for
IngestionSourcePointerInit.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aIngestionSourcePointerInit.copy()Create a new builderCopyableBuilderthat is a copy of this one.API name:resetresetValue(String value) Specifies the offset value or timestamp in milliseconds.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<IngestionSourcePointerInit.Builder,IngestionSourcePointerInit> - Returns:
- a new builder instance.
-
reset
@Nonnull public final IngestionSourcePointerInit.Builder reset(@Nullable IngestionSourcePointerInitReset value) API name:reset -
resetValue
Specifies the offset value or timestamp in milliseconds.API name:
reset.value -
build
Builds aIngestionSourcePointerInit.- Specified by:
buildin interfaceObjectBuilder<IngestionSourcePointerInit>- Throws:
NullPointerException- if some of the required fields are null.
-