Class AuthenticationRealm.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<AuthenticationRealm.Builder>
co.elastic.clients.elasticsearch.security.delegate_pki.AuthenticationRealm.Builder
- All Implemented Interfaces:
WithJson<AuthenticationRealm.Builder>
,ObjectBuilder<AuthenticationRealm>
- Enclosing class:
- AuthenticationRealm
public static class AuthenticationRealm.Builder
extends WithJsonObjectBuilderBase<AuthenticationRealm.Builder>
implements ObjectBuilder<AuthenticationRealm>
Builder for
AuthenticationRealm
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds aAuthenticationRealm
.API name:domain
Required - API name:name
protected AuthenticationRealm.Builder
self()
Required - API name:type
Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJson
Methods 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
-
domain
API name:domain
-
self
- Specified by:
self
in classWithJsonObjectBuilderBase<AuthenticationRealm.Builder>
-
build
Builds aAuthenticationRealm
.- Specified by:
build
in interfaceObjectBuilder<AuthenticationRealm>
- Throws:
NullPointerException
- if some of the required fields are null.
-