java.lang.Object
co.elastic.clients.elasticsearch.indices.create_from.CreateFrom
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class CreateFrom extends Object implements JsonpSerializable
See Also:
  • Field Details

  • Method Details

    • of

    • mappingsOverride

      @Nullable public final TypeMapping mappingsOverride()
      Mappings overrides to be applied to the destination index (optional)

      API name: mappings_override

    • settingsOverride

      @Nullable public final IndexSettings settingsOverride()
      Settings overrides to be applied to the destination index (optional)

      API name: settings_override

    • removeIndexBlocks

      @Nullable public final Boolean removeIndexBlocks()
      If index blocks should be removed when creating destination index (optional)

      API name: remove_index_blocks

    • serialize

      public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setupCreateFromDeserializer

      protected static void setupCreateFromDeserializer(ObjectDeserializer<CreateFrom.Builder> op)