Class CloneSnapshotRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.snapshot.CloneSnapshotRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest,JsonpSerializable
@JsonpDeserializable public final class CloneSnapshotRequest extends RequestBase implements JsonpSerializable
-
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,ElasticsearchError>ENDPOINTEndpoint "snapshot.clone". -
Constructor Summary
Constructors Constructor Description CloneSnapshotRequest(CloneSnapshotRequest.Builder builder)CloneSnapshotRequest(java.util.function.Function<CloneSnapshotRequest.Builder,CloneSnapshotRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringindices()Required - API name:indicesjava.lang.StringmasterTimeout()Explicit operation timeout for connection to master nodejava.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(DelegatingDeserializer<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 createjava.lang.Stringtimeout()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
public static final Endpoint<CloneSnapshotRequest,CloneSnapshotResponse,ElasticsearchError> ENDPOINTEndpoint "snapshot.clone".
-
-
Constructor Details
-
CloneSnapshotRequest
-
CloneSnapshotRequest
public CloneSnapshotRequest(java.util.function.Function<CloneSnapshotRequest.Builder,CloneSnapshotRequest.Builder> fn)
-
-
Method Details
-
repository
public java.lang.String repository()Required - A repository nameAPI name:
repository -
snapshot
public java.lang.String snapshot()Required - The name of the snapshot to clone fromAPI name:
snapshot -
targetSnapshot
public java.lang.String targetSnapshot()Required - The name of the cloned snapshot to createAPI name:
target_snapshot -
masterTimeout
@Nullable public java.lang.String masterTimeout()Explicit operation timeout for connection to master nodeAPI name:
master_timeout -
timeout
@Nullable public java.lang.String timeout()API name:timeout -
indices
public java.lang.String indices()Required - API name:indices -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCloneSnapshotRequestDeserializer
protected static void setupCloneSnapshotRequestDeserializer(DelegatingDeserializer<CloneSnapshotRequest.Builder> op)
-