Class ClusterRemoteInfo.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<ClusterRemoteInfo.Builder>
co.elastic.clients.elasticsearch.cluster.remote_info.ClusterRemoteInfo.Builder
- All Implemented Interfaces:
WithJson<ClusterRemoteInfo.Builder>,ObjectBuilder<ClusterRemoteInfo>
- Enclosing class:
- ClusterRemoteInfo
public static class ClusterRemoteInfo.Builder extends WithJsonObjectBuilderBase<ClusterRemoteInfo.Builder> implements ObjectBuilder<ClusterRemoteInfo>
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description ClusterRemoteInfobuild()ObjectBuilder<ClusterRemoteInfo>proxy(ClusterRemoteProxyInfo v)ObjectBuilder<ClusterRemoteInfo>proxy(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn)protected ClusterRemoteInfo.Builderself()ObjectBuilder<ClusterRemoteInfo>sniff(ClusterRemoteSniffInfo v)ObjectBuilder<ClusterRemoteInfo>sniff(java.util.function.Function<ClusterRemoteSniffInfo.Builder,ObjectBuilder<ClusterRemoteSniffInfo>> fn)Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classWithJsonObjectBuilderBase<ClusterRemoteInfo.Builder>
-
proxy
-
proxy
public ObjectBuilder<ClusterRemoteInfo> proxy(java.util.function.Function<ClusterRemoteProxyInfo.Builder,ObjectBuilder<ClusterRemoteProxyInfo>> fn) -
sniff
-
sniff
public ObjectBuilder<ClusterRemoteInfo> sniff(java.util.function.Function<ClusterRemoteSniffInfo.Builder,ObjectBuilder<ClusterRemoteSniffInfo>> fn) -
build
- Specified by:
buildin interfaceObjectBuilder<ClusterRemoteInfo>
-