Class RealmInfo.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<RealmInfo.Builder>
co.elastic.clients.elasticsearch.security.RealmInfo.Builder
- All Implemented Interfaces:
WithJson<RealmInfo.Builder>,ObjectBuilder<RealmInfo>
- Enclosing class:
- RealmInfo
public static class RealmInfo.Builder
extends WithJsonObjectBuilderBase<RealmInfo.Builder>
implements ObjectBuilder<RealmInfo>
Builder for
RealmInfo.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aRealmInfo.final RealmInfo.BuilderRequired - API name:nameprotected RealmInfo.Builderself()final RealmInfo.BuilderRequired - API name:typeMethods 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 - API name:name -
type
Required - API name:type -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<RealmInfo.Builder>
-
build
Builds aRealmInfo.- Specified by:
buildin interfaceObjectBuilder<RealmInfo>- Throws:
NullPointerException- if some of the required fields are null.
-