Class DeleteDanglingIndexRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.dangling_indices.DeleteDanglingIndexRequest
-
public class DeleteDanglingIndexRequest extends RequestBase
Deletes the specified dangling index
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteDanglingIndexRequest.BuilderBuilder forDeleteDanglingIndexRequest.-
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<DeleteDanglingIndexRequest,DeleteDanglingIndexResponse,ErrorResponse>_ENDPOINTEndpoint "dangling_indices.delete_dangling_index".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacceptDataLoss()Required - Must be set to true in order to delete the dangling indexTimeclusterManagerTimeout()Specify timeout for connection to cluster-managerjava.lang.StringindexUuid()Required - The UUID of the dangling indexTimemasterTimeout()Specify timeout for connection to masterstatic DeleteDanglingIndexRequestof(java.util.function.Function<DeleteDanglingIndexRequest.Builder,ObjectBuilder<DeleteDanglingIndexRequest>> fn)Timetimeout()Explicit operation timeout
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<DeleteDanglingIndexRequest,DeleteDanglingIndexResponse,ErrorResponse> _ENDPOINT
Endpoint "dangling_indices.delete_dangling_index".
-
-
Method Detail
-
of
public static DeleteDanglingIndexRequest of(java.util.function.Function<DeleteDanglingIndexRequest.Builder,ObjectBuilder<DeleteDanglingIndexRequest>> fn)
-
acceptDataLoss
public final boolean acceptDataLoss()
Required - Must be set to true in order to delete the dangling indexAPI name:
accept_data_loss
-
indexUuid
public final java.lang.String indexUuid()
Required - The UUID of the dangling indexAPI name:
index_uuid
-
masterTimeout
@Nullable public final Time masterTimeout()
Specify timeout for connection to masterAPI name:
master_timeout
-
clusterManagerTimeout
@Nullable public final Time clusterManagerTimeout()
Specify timeout for connection to cluster-managerAPI name:
cluster_manager_timeout
-
timeout
@Nullable public final Time timeout()
Explicit operation timeoutAPI name:
timeout
-
-