Class Ccr.Builder
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base.AbstractBuilder<Ccr.Builder>
co.elastic.clients.elasticsearch.xpack.usage.Ccr.Builder
- All Implemented Interfaces:
ObjectBuilder<Ccr>
- Enclosing class:
- Ccr
public static class Ccr.Builder extends Base.AbstractBuilder<Ccr.Builder> implements ObjectBuilder<Ccr>
Builder for
Ccr.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Ccr.BuilderautoFollowPatternsCount(int value)API name:auto_follow_patterns_countCcrbuild()Builds aCcr.Ccr.BuilderfollowerIndicesCount(int value)API name:follower_indices_countprotected Ccr.Builderself()Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base.AbstractBuilder
available, enabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
autoFollowPatternsCount
API name:auto_follow_patterns_count -
followerIndicesCount
API name:follower_indices_count -
self
- Specified by:
selfin classBase.AbstractBuilder<Ccr.Builder>
-
build
Builds aCcr.- Specified by:
buildin interfaceObjectBuilder<Ccr>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-