Class RemoveAction
java.lang.Object
co.elastic.clients.elasticsearch.indices.update_aliases.RemoveAction
- All Implemented Interfaces:
ActionVariant
,JsonpSerializable
@JsonpDeserializable
public class RemoveAction
extends Object
implements ActionVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<RemoveAction>
Json deserializer forRemoveAction
-
Method Summary
Modifier and TypeMethodDescriptionAction variant kind.final String
alias()
Alias for the action.aliases()
Aliases for the action.final String
index()
Data stream or index for the action.indices()
Data streams or indices for the action.final Boolean
Iftrue
, the alias must exist to perform the action.static RemoveAction
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface co.elastic.clients.elasticsearch.indices.update_aliases.ActionVariant
_toAction
-
Field Details
-
_DESERIALIZER
Json deserializer forRemoveAction
-
-
Method Details
-
of
-
_actionKind
Action variant kind.- Specified by:
_actionKind
in interfaceActionVariant
-
alias
Alias for the action. Index alias names support date math.API name:
alias
-
aliases
Aliases for the action. Index alias names support date math.API name:
aliases
-
index
Data stream or index for the action. Supports wildcards (*
).API name:
index
-
indices
Data streams or indices for the action. Supports wildcards (*
).API name:
indices
-
mustExist
Iftrue
, the alias must exist to perform the action.API name:
must_exist
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRemoveActionDeserializer
-