Class RemoteInfoResponse.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder<java.lang.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<java.lang.String,ClusterRemoteInfo,RemoteInfoResponse.Builder> implements ObjectBuilder<RemoteInfoResponse>
Builder forRemoteInfoResponse.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoteInfoResponsebuild()Builds aRemoteInfoResponse.protected RemoteInfoResponse.Builderself()-
Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder
putResult, result, tKeySerializer, tValueSerializer
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected RemoteInfoResponse.Builder self()
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<java.lang.String,ClusterRemoteInfo,RemoteInfoResponse.Builder>
-
build
public RemoteInfoResponse build()
Builds aRemoteInfoResponse.- Specified by:
buildin interfaceObjectBuilder<RemoteInfoResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-