Class SnapshotStatusRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.snapshot.SnapshotStatusRequest
- All Implemented Interfaces:
ToCopyableBuilder<SnapshotStatusRequest.Builder,SnapshotStatusRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class SnapshotStatusRequest
extends RequestBase
implements ToCopyableBuilder<SnapshotStatusRequest.Builder,SnapshotStatusRequest>
Returns information about the status of a snapshot.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<SnapshotStatusRequest, SnapshotStatusResponse, ErrorResponse> Endpoint "snapshot.status". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()final TimeThe amount of time to wait for a response from the cluster manager node.booleaninthashCode()final BooleanWhether to ignore any unavailable snapshots, Whenfalse, aSnapshotMissingExceptionis thrown.final TimeDeprecated.static SnapshotStatusRequestfinal StringThe name of the repository containing the snapshot.snapshot()A comma-separated list of snapshot names.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "snapshot.status".
-
-
Method Details
-
of
public static SnapshotStatusRequest of(Function<SnapshotStatusRequest.Builder, ObjectBuilder<SnapshotStatusRequest>> fn) -
clusterManagerTimeout
The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see Common parameters.API name:
cluster_manager_timeout -
masterTimeout
Deprecated.Explicit operation timeout for connection to cluster-manager nodeAPI name:
master_timeout -
repository
The name of the repository containing the snapshot.API name:
repository -
snapshot
A comma-separated list of snapshot names.API name:
snapshot -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SnapshotStatusRequest.Builder,SnapshotStatusRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-