Class FollowInfoRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.elasticsearch.ccr.FollowInfoRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<FollowInfoRequest>
- Enclosing class:
- FollowInfoRequest
public static class FollowInfoRequest.Builder extends ObjectBuilderBase implements ObjectBuilder<FollowInfoRequest>
Builder for
FollowInfoRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FollowInfoRequestbuild()Builds aFollowInfoRequest.FollowInfoRequest.Builderindex(java.lang.String value, java.lang.String... values)Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesFollowInfoRequest.Builderindex(java.util.List<java.lang.String> list)Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesMethods 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
-
index
Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesAPI name:
indexAdds all elements of
listtoindex. -
index
Required - A comma-separated list of index patterns; use_allto perform the operation on all indicesAPI name:
indexAdds one or more values to
index. -
build
Builds aFollowInfoRequest.- Specified by:
buildin interfaceObjectBuilder<FollowInfoRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-