Class DeleteDataStreamOptionsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteDataStreamOptionsRequest
Delete data stream options.
Removes the data stream options from a data stream.
- 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 TypeFieldDescriptionEndpoint "indices.delete_data_stream_options". -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ExpandWildcard>Whether wildcard expressions should get expanded to open or closed indicesfinal TimeThe period to wait for a connection to the master node.name()Required - A comma-separated list of data streams of which the data stream options will be deleted.of(Function<DeleteDataStreamOptionsRequest.Builder, ObjectBuilder<DeleteDataStreamOptionsRequest>> fn) rebuild()final Timetimeout()The period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<DeleteDataStreamOptionsRequest,DeleteDataStreamOptionsResponse, _ENDPOINTErrorResponse> Endpoint "indices.delete_data_stream_options".
-
-
Method Details
-
of
-
expandWildcards
Whether wildcard expressions should get expanded to open or closed indicesAPI name:
expand_wildcards -
masterTimeout
The period to wait for a connection to the master node.API name:
master_timeout -
name
Required - A comma-separated list of data streams of which the data stream options will be deleted. Use*to get all data streamsAPI name:
name -
timeout
The period to wait for a response.API name:
timeout -
rebuild
- Returns:
- New
DeleteDataStreamOptionsRequest.Builderinitialized with field values of this instance
-