Class CleanupRepositoryRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.snapshot.CleanupRepositoryRequest
-
public class CleanupRepositoryRequest extends RequestBase
Removes stale data from repository.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCleanupRepositoryRequest.BuilderBuilder forCleanupRepositoryRequest.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<CleanupRepositoryRequest,CleanupRepositoryResponse,ErrorResponse>_ENDPOINTEndpoint "snapshot.cleanup_repository".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TimeclusterManagerTimeout()Explicit operation timeout for connection to cluster-manager nodeTimemasterTimeout()Deprecated.java.lang.Stringname()Required - A repository namestatic CleanupRepositoryRequestof(java.util.function.Function<CleanupRepositoryRequest.Builder,ObjectBuilder<CleanupRepositoryRequest>> fn)Timetimeout()Explicit operation timeout
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<CleanupRepositoryRequest,CleanupRepositoryResponse,ErrorResponse> _ENDPOINT
Endpoint "snapshot.cleanup_repository".
-
-
Method Detail
-
of
public static CleanupRepositoryRequest of(java.util.function.Function<CleanupRepositoryRequest.Builder,ObjectBuilder<CleanupRepositoryRequest>> fn)
-
masterTimeout
@Deprecated @Nullable public final Time masterTimeout()
Deprecated.Explicit operation timeout for connection to master nodeAPI name:
master_timeout
-
clusterManagerTimeout
@Nullable public final Time clusterManagerTimeout()
Explicit operation timeout for connection to cluster-manager nodeAPI name:
cluster_manager_timeout
-
name
public final java.lang.String name()
Required - A repository nameAPI name:
repository
-
timeout
@Nullable public final Time timeout()
Explicit operation timeoutAPI name:
timeout
-
-