Class IndexVersioning.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.indices.IndexVersioning.Builder
-
- All Implemented Interfaces:
ObjectBuilder<IndexVersioning>
- Enclosing class:
- IndexVersioning
public static class IndexVersioning.Builder extends ObjectBuilderBase implements ObjectBuilder<IndexVersioning>
Builder forIndexVersioning.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexVersioningbuild()Builds aIndexVersioning.IndexVersioning.Buildercreated(java.lang.String value)Required - API name:created-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
created
public final IndexVersioning.Builder created(java.lang.String value)
Required - API name:created
-
build
public IndexVersioning build()
Builds aIndexVersioning.- Specified by:
buildin interfaceObjectBuilder<IndexVersioning>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-