Class DataStream.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.indices.DataStream.Builder
- All Implemented Interfaces:
ObjectBuilder<DataStream>
- Enclosing class:
- DataStream
public static class DataStream.Builder extends ObjectBuilderBase implements ObjectBuilder<DataStream>
Builder for
DataStream.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DataStreambuild()Builds aDataStream.DataStream.Builderhidden(java.lang.Boolean value)API name:hiddenMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Builds aDataStream.- Specified by:
buildin interfaceObjectBuilder<DataStream>- Throws:
java.lang.NullPointerException- if some of the required fields are null.