Class CloneSnapshotRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.snapshot.CloneSnapshotRequest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class CloneSnapshotRequest extends RequestBase implements JsonpSerializable
Clones indices from one snapshot into another snapshot in the same
repository.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCloneSnapshotRequest.BuilderBuilder forCloneSnapshotRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CloneSnapshotRequest>_DESERIALIZERJson deserializer forCloneSnapshotRequeststatic Endpoint<CloneSnapshotRequest,CloneSnapshotResponse,ErrorResponse>_ENDPOINTEndpoint "snapshot.clone". -
Method Summary
Modifier and Type Method Description java.lang.Stringindices()Required - API name:indicesTimemasterTimeout()Explicit operation timeout for connection to master nodestatic CloneSnapshotRequestof(java.util.function.Function<CloneSnapshotRequest.Builder,ObjectBuilder<CloneSnapshotRequest>> fn)java.lang.Stringrepository()Required - A repository namevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCloneSnapshotRequestDeserializer(ObjectDeserializer<CloneSnapshotRequest.Builder> op)java.lang.Stringsnapshot()Required - The name of the snapshot to clone fromjava.lang.StringtargetSnapshot()Required - The name of the cloned snapshot to createTimetimeout()API name:timeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCloneSnapshotRequest -
_ENDPOINT
Endpoint "snapshot.clone".
-
-
Method Details
-
of
public static CloneSnapshotRequest of(java.util.function.Function<CloneSnapshotRequest.Builder,ObjectBuilder<CloneSnapshotRequest>> fn) -
indices
public final java.lang.String indices()Required - API name:indices -
masterTimeout
Explicit operation timeout for connection to master nodeAPI name:
master_timeout -
repository
public final java.lang.String repository()Required - A repository nameAPI name:
repository -
snapshot
public final java.lang.String snapshot()Required - The name of the snapshot to clone fromAPI name:
snapshot -
targetSnapshot
public final java.lang.String targetSnapshot()Required - The name of the cloned snapshot to createAPI name:
target_snapshot -
timeout
API name:timeout -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCloneSnapshotRequestDeserializer
protected static void setupCloneSnapshotRequestDeserializer(ObjectDeserializer<CloneSnapshotRequest.Builder> op)
-