Class LogsDisableRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.streams.LogsDisableRequest
Disable logs stream.
Turn off the logs stream feature for this cluster.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<LogsDisableRequest,LogsDisableResponse, ErrorResponse> Endpoint "streams.logs_disable". -
Method Summary
Modifier and TypeMethodDescriptionfinal TimeThe period to wait for a connection to the master node.static LogsDisableRequestfinal Timetimeout()The period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "streams.logs_disable".
-
-
Method Details
-
of
public static LogsDisableRequest of(Function<LogsDisableRequest.Builder, ObjectBuilder<LogsDisableRequest>> fn) -
masterTimeout
The period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
timeout
The period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout
-