Class PauseFollowResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder<PauseFollowResponse.Builder>
co.elastic.clients.elasticsearch.ccr.PauseFollowResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<PauseFollowResponse>
- Enclosing class:
- PauseFollowResponse
public static class PauseFollowResponse.Builder extends AcknowledgedResponseBase.AbstractBuilder<PauseFollowResponse.Builder> implements ObjectBuilder<PauseFollowResponse>
Builder for
PauseFollowResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description PauseFollowResponsebuild()Builds aPauseFollowResponse.protected PauseFollowResponse.Builderself()Methods inherited from class co.elastic.clients.elasticsearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledgedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<PauseFollowResponse.Builder>
-
build
Builds aPauseFollowResponse.- Specified by:
buildin interfaceObjectBuilder<PauseFollowResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-