Class DataStreamTimestamp.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<DataStreamTimestamp.Builder>
co.elastic.clients.elasticsearch._types.mapping.DataStreamTimestamp.Builder
- All Implemented Interfaces:
WithJson<DataStreamTimestamp.Builder>,ObjectBuilder<DataStreamTimestamp>
- Enclosing class:
- DataStreamTimestamp
public static class DataStreamTimestamp.Builder extends WithJsonObjectBuilderBase<DataStreamTimestamp.Builder> implements ObjectBuilder<DataStreamTimestamp>
Builder for
DataStreamTimestamp.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description DataStreamTimestampbuild()Builds aDataStreamTimestamp.DataStreamTimestamp.Builderenabled(boolean value)Required - API name:enabledprotected DataStreamTimestamp.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
-
enabled
Required - API name:enabled -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<DataStreamTimestamp.Builder>
-
build
Builds aDataStreamTimestamp.- Specified by:
buildin interfaceObjectBuilder<DataStreamTimestamp>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-