Class GetTenantResponse.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder<String,Tenant,GetTenantResponse.Builder>
org.opensearch.client.opensearch.security.GetTenantResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<GetTenantResponse>
- Enclosing class:
GetTenantResponse
public static class GetTenantResponse.Builder
extends DictionaryResponse.AbstractBuilder<String,Tenant,GetTenantResponse.Builder>
implements ObjectBuilder<GetTenantResponse>
Builder for
GetTenantResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetTenantResponse.protected GetTenantResponse.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,Tenant, GetTenantResponse.Builder>
-
build
Builds aGetTenantResponse.- Specified by:
buildin interfaceObjectBuilder<GetTenantResponse>- Throws:
NullPointerException- if some of the required fields are null.
-