Class DeleteDataLifecycleRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteDataLifecycleRequest
Delete data stream lifecycles. Removes the data stream lifecycle from a data
stream, rendering it not managed by the data stream lifecycle.
- 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_lifecycle". -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ExpandWildcard>Whether wildcard expressions should get expanded to open or closed indices (default: open)final 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 lifecycle will be deleted.static DeleteDataLifecycleRequestrebuild()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<DeleteDataLifecycleRequest,DeleteDataLifecycleResponse, _ENDPOINTErrorResponse> Endpoint "indices.delete_data_lifecycle".
-
-
Method Details
-
of
public static DeleteDataLifecycleRequest of(Function<DeleteDataLifecycleRequest.Builder, ObjectBuilder<DeleteDataLifecycleRequest>> fn) -
expandWildcards
Whether wildcard expressions should get expanded to open or closed indices (default: open)API 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 lifecycle 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
DeleteDataLifecycleRequest.Builderinitialized with field values of this instance
-