Class DataStream.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DataStream.Builder>
co.elastic.clients.elasticsearch.indices.DataStream.Builder
- All Implemented Interfaces:
WithJson<DataStream.Builder>,ObjectBuilder<DataStream>
- Enclosing class:
- DataStream
public static class DataStream.Builder extends WithJsonObjectBuilderBase<DataStream.Builder> 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:hiddenprotected DataStream.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods 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
-
self
- Specified by:
selfin classWithJsonObjectBuilderBase<DataStream.Builder>
-
build
Builds aDataStream.- Specified by:
buildin interfaceObjectBuilder<DataStream>- Throws:
java.lang.NullPointerException- if some of the required fields are null.