Class ClusterRemoteInfo.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch.cluster.remote_info.ClusterRemoteInfo.Builder
-
- All Implemented Interfaces:
ObjectBuilder<ClusterRemoteInfo>
- Enclosing class:
- ClusterRemoteInfo
public static class ClusterRemoteInfo.Builder extends ObjectBuilderBase implements ObjectBuilder<ClusterRemoteInfo>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterRemoteInfobuild()ObjectBuilder<ClusterRemoteInfo>proxy(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn)ObjectBuilder<ClusterRemoteInfo>proxy(ClusterRemoteProxyInfo v)ObjectBuilder<ClusterRemoteInfo>sniff(java.util.function.Function<ClusterRemoteSniffInfo.Builder,ObjectBuilder<ClusterRemoteSniffInfo>> fn)ObjectBuilder<ClusterRemoteInfo>sniff(ClusterRemoteSniffInfo v)-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
proxy
public ObjectBuilder<ClusterRemoteInfo> proxy(ClusterRemoteProxyInfo v)
-
proxy
public ObjectBuilder<ClusterRemoteInfo> proxy(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn)
-
sniff
public ObjectBuilder<ClusterRemoteInfo> sniff(ClusterRemoteSniffInfo v)
-
sniff
public ObjectBuilder<ClusterRemoteInfo> sniff(java.util.function.Function<ClusterRemoteSniffInfo.Builder,ObjectBuilder<ClusterRemoteSniffInfo>> fn)
-
build
public ClusterRemoteInfo build()
- Specified by:
buildin interfaceObjectBuilder<ClusterRemoteInfo>
-
-