Class PauseAutoFollowPatternRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<PauseAutoFollowPatternRequest.Builder>
co.elastic.clients.elasticsearch.ccr.PauseAutoFollowPatternRequest.Builder
- All Implemented Interfaces:
WithJson<PauseAutoFollowPatternRequest.Builder>,ObjectBuilder<PauseAutoFollowPatternRequest>
- Enclosing class:
- PauseAutoFollowPatternRequest
public static class PauseAutoFollowPatternRequest.Builder
extends RequestBase.AbstractBuilder<PauseAutoFollowPatternRequest.Builder>
implements ObjectBuilder<PauseAutoFollowPatternRequest>
Builder for
PauseAutoFollowPatternRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aPauseAutoFollowPatternRequest.Required - The name of the auto follow pattern that should pause discovering new indices to follow.protected PauseAutoFollowPatternRequest.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
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 -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<PauseAutoFollowPatternRequest.Builder>
-
build
Builds aPauseAutoFollowPatternRequest.- Specified by:
buildin interfaceObjectBuilder<PauseAutoFollowPatternRequest>- Throws:
NullPointerException- if some of the required fields are null.
-