Class IndexVersioning.Builder
java.lang.Object
co.elastic.clients.elasticsearch.indices.IndexVersioning.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexVersioning>
- Enclosing class:
- IndexVersioning
public static class IndexVersioning.Builder extends java.lang.Object implements ObjectBuilder<IndexVersioning>
Builder for
IndexVersioning.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndexVersioningbuild()Builds aIndexVersioning.IndexVersioning.Buildercreated(java.lang.String value)API name:createdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
created
API name:created -
build
Builds aIndexVersioning.- Specified by:
buildin interfaceObjectBuilder<IndexVersioning>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-