Class FollowInfoRequest.Builder

java.lang.Object
co.elastic.clients.elasticsearch.ccr.FollowInfoRequest.Builder
All Implemented Interfaces:
ObjectBuilder<FollowInfoRequest>
Enclosing class:
FollowInfoRequest

public static class FollowInfoRequest.Builder
extends java.lang.Object
implements ObjectBuilder<FollowInfoRequest>
Builder for FollowInfoRequest.
  • Constructor Summary

    Constructors
    Constructor Description
    Builder()  
  • Method Summary

    Modifier and Type Method Description
    FollowInfoRequest.Builder addIndex​(java.lang.String value)
    Add a value to index(List), creating the list if needed.
    FollowInfoRequest build()
    FollowInfoRequest.Builder index​(java.lang.String... value)
    Required - A comma-separated list of index patterns; use _all to perform the operation on all indices
    FollowInfoRequest.Builder index​(java.util.List<java.lang.String> value)
    Required - A comma-separated list of index patterns; use _all to perform the operation on all indices

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
  • Method Details