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