Class Local.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<Local.Builder>
co.elastic.clients.elasticsearch.ingest.Local.Builder
- All Implemented Interfaces:
WithJson<Local.Builder>
,ObjectBuilder<Local>
- Enclosing class:
- Local
public static class Local.Builder
extends WithJsonObjectBuilderBase<Local.Builder>
implements ObjectBuilder<Local>
Builder for
Local
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds aLocal
.protected Local.Builder
self()
final Local.Builder
Required - API name:type
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Required - API name:type
-
self
- Specified by:
self
in classWithJsonObjectBuilderBase<Local.Builder>
-
build
Builds aLocal
.- Specified by:
build
in interfaceObjectBuilder<Local>
- Throws:
NullPointerException
- if some of the required fields are null.
-