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