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 ResumeAutoFollowPatternRequestbuild()Builds aResumeAutoFollowPatternRequest.ResumeAutoFollowPatternRequest.Buildername(java.lang.String value)Required - 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
Required - The name of the auto follow pattern to resume discovering new indices to follow.API name:
name -
build
Builds aResumeAutoFollowPatternRequest.- Specified by:
buildin interfaceObjectBuilder<ResumeAutoFollowPatternRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-