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