Class FollowResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ccr.FollowResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<FollowResponse>
- Enclosing class:
- FollowResponse
public static class FollowResponse.Builder extends java.lang.Object implements ObjectBuilder<FollowResponse>
Builder for
FollowResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description FollowResponsebuild()Builds aFollowResponse.FollowResponse.BuilderfollowIndexCreated(boolean value)Required - API name:follow_index_createdFollowResponse.BuilderfollowIndexShardsAcked(boolean value)Required - API name:follow_index_shards_ackedFollowResponse.BuilderindexFollowingStarted(boolean value)Required - API name:index_following_startedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
followIndexCreated
Required - API name:follow_index_created -
followIndexShardsAcked
Required - API name:follow_index_shards_acked -
indexFollowingStarted
Required - API name:index_following_started -
build
Builds aFollowResponse.- Specified by:
buildin interfaceObjectBuilder<FollowResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-