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