Class GetDistinguishedNameResponse.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder<String,DistinguishedNames,GetDistinguishedNameResponse.Builder>
org.opensearch.client.opensearch.security.GetDistinguishedNameResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<GetDistinguishedNameResponse>
- Enclosing class:
GetDistinguishedNameResponse
public static class GetDistinguishedNameResponse.Builder
extends DictionaryResponse.AbstractBuilder<String,DistinguishedNames,GetDistinguishedNameResponse.Builder>
implements ObjectBuilder<GetDistinguishedNameResponse>
Builder for
GetDistinguishedNameResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetDistinguishedNameResponse.protected GetDistinguishedNameResponse.Builderself()Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder
putResult, result, tKeySerializer, tValueSerializerMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<String,DistinguishedNames, GetDistinguishedNameResponse.Builder>
-
build
Builds aGetDistinguishedNameResponse.- Specified by:
buildin interfaceObjectBuilder<GetDistinguishedNameResponse>- Throws:
NullPointerException- if some of the required fields are null.
-