Class GetAutoFollowPatternRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ccr.GetAutoFollowPatternRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetAutoFollowPatternRequest>
- Enclosing class:
- GetAutoFollowPatternRequest
public static class GetAutoFollowPatternRequest.Builder extends java.lang.Object implements ObjectBuilder<GetAutoFollowPatternRequest>
Builder for
GetAutoFollowPatternRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetAutoFollowPatternRequestbuild()Builds aGetAutoFollowPatternRequest.GetAutoFollowPatternRequest.Buildername(java.lang.String value)Specifies the auto-follow pattern collection that you want to retrieve.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
Specifies the auto-follow pattern collection that you want to retrieve. If you do not specify a name, the API returns information for all collections.API name:
name -
build
Builds aGetAutoFollowPatternRequest.- Specified by:
buildin interfaceObjectBuilder<GetAutoFollowPatternRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-