Class FollowStatsRequest.Builder

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

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

    Constructors
    Constructor Description
    Builder()  
  • Method Summary

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