Class Destination
java.lang.Object
co.elastic.clients.elasticsearch.transform.Destination
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Destination extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDestination.BuilderBuilder forDestination. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Destination>_DESERIALIZERJson deserializer forDestination -
Method Summary
Modifier and Type Method Description java.lang.Stringindex()The destination index for the transform.static Destinationof(java.util.function.Function<Destination.Builder,ObjectBuilder<Destination>> fn)java.lang.Stringpipeline()The unique identifier for an ingest pipeline.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDestinationDeserializer(ObjectDeserializer<Destination.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDestination
-
-
Method Details
-
of
public static Destination of(java.util.function.Function<Destination.Builder,ObjectBuilder<Destination>> fn) -
index
@Nullable public final java.lang.String index()The destination index for the transform. The mappings of the destination index are deduced based on the source fields when possible. If alternate mappings are required, use the create index API prior to starting the transform.API name:
index -
pipeline
@Nullable public final java.lang.String pipeline()The unique identifier for an ingest pipeline.API name:
pipeline -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDestinationDeserializer
-