Class ResumeAutoFollowPatternRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ccr.ResumeAutoFollowPatternRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<ResumeAutoFollowPatternRequest>
- Enclosing class:
- ResumeAutoFollowPatternRequest
public static class ResumeAutoFollowPatternRequest.Builder extends java.lang.Object implements ObjectBuilder<ResumeAutoFollowPatternRequest>
Builder for
ResumeAutoFollowPatternRequest
.-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description ResumeAutoFollowPatternRequest
build()
Builds aResumeAutoFollowPatternRequest
.ResumeAutoFollowPatternRequest.Builder
name(java.lang.String value)
The name of the auto follow pattern to resume discovering new indices to follow.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
-
name
The name of the auto follow pattern to resume discovering new indices to follow.API name:
name
-
build
Builds aResumeAutoFollowPatternRequest
.- Specified by:
build
in interfaceObjectBuilder<ResumeAutoFollowPatternRequest>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-