Class RemoveIndexAction
java.lang.Object
co.elastic.clients.elasticsearch.indices.update_aliases.RemoveIndexAction
- All Implemented Interfaces:
ActionVariant,JsonpSerializable
@JsonpDeserializable
public class RemoveIndexAction
extends Object
implements ActionVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RemoveIndexAction>Json deserializer forRemoveIndexAction -
Method Summary
Modifier and TypeMethodDescriptionAction variant kind.final Stringindex()Data stream or index for the action.indices()Data streams or indices for the action.final BooleanIftrue, the alias must exist to perform the action.static RemoveIndexActionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.indices.update_aliases.ActionVariant
_toAction
-
Field Details
-
_DESERIALIZER
Json deserializer forRemoveIndexAction
-
-
Method Details
-
of
public static RemoveIndexAction of(Function<RemoveIndexAction.Builder, ObjectBuilder<RemoveIndexAction>> fn) -
_actionKind
Action variant kind.- Specified by:
_actionKindin interfaceActionVariant
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRemoveIndexActionDeserializer
protected static void setupRemoveIndexActionDeserializer(ObjectDeserializer<RemoveIndexAction.Builder> op)
-