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:domainRequired - API name:nameprotected AuthenticationRealm.Builderself()Required - 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 -
domain
API name:domain -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<AuthenticationRealm.Builder>
-
build
Builds aAuthenticationRealm.- Specified by:
buildin interfaceObjectBuilder<AuthenticationRealm>- Throws:
NullPointerException- if some of the required fields are null.
-