Class FollowResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<FollowResponse.Builder>
co.elastic.clients.elasticsearch.ccr.FollowResponse.Builder
- All Implemented Interfaces:
- WithJson<FollowResponse.Builder>,- ObjectBuilder<FollowResponse>
- Enclosing class:
- FollowResponse
public static class FollowResponse.Builder
extends WithJsonObjectBuilderBase<FollowResponse.Builder>
implements ObjectBuilder<FollowResponse>
Builder for 
FollowResponse.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds aFollowResponse.final FollowResponse.BuilderfollowIndexCreated(boolean value) Required - API name:follow_index_createdfinal FollowResponse.BuilderfollowIndexShardsAcked(boolean value) Required - API name:follow_index_shards_ackedfinal FollowResponse.BuilderindexFollowingStarted(boolean value) Required - API name:index_following_startedprotected FollowResponse.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBasewithJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
followIndexCreatedRequired - API name:follow_index_created
- 
followIndexShardsAckedRequired - API name:follow_index_shards_acked
- 
indexFollowingStartedRequired - API name:index_following_started
- 
self- Specified by:
- selfin class- WithJsonObjectBuilderBase<FollowResponse.Builder>
 
- 
buildBuilds aFollowResponse.- Specified by:
- buildin interface- ObjectBuilder<FollowResponse>
- Throws:
- NullPointerException- if some of the required fields are null.
 
 
-