Class PutUserResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.security.PutUserResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<PutUserResponse>
- Enclosing class:
- PutUserResponse
public static class PutUserResponse.Builder extends java.lang.Object implements ObjectBuilder<PutUserResponse>
Builder for
PutUserResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description PutUserResponsebuild()Builds aPutUserResponse.PutUserResponse.Buildercreated(boolean value)Required - API name:createdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
created
Required - API name:created -
build
Builds aPutUserResponse.- Specified by:
buildin interfaceObjectBuilder<PutUserResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-