Class ImportDanglingIndexRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.dangling_indices.ImportDanglingIndexRequest
-
public class ImportDanglingIndexRequest extends RequestBase
Imports the specified dangling index
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportDanglingIndexRequest.BuilderBuilder forImportDanglingIndexRequest.-
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<ImportDanglingIndexRequest,ImportDanglingIndexResponse,ErrorResponse>_ENDPOINTEndpoint "dangling_indices.import_dangling_index".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanacceptDataLoss()Required - Must be set to true in order to import the dangling indexTimeclusterManagerTimeout()Specify timeout for connection to cluster-managerjava.lang.StringindexUuid()Required - The UUID of the dangling indexTimemasterTimeout()Deprecated.static ImportDanglingIndexRequestof(java.util.function.Function<ImportDanglingIndexRequest.Builder,ObjectBuilder<ImportDanglingIndexRequest>> fn)Timetimeout()Explicit operation timeout
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<ImportDanglingIndexRequest,ImportDanglingIndexResponse,ErrorResponse> _ENDPOINT
Endpoint "dangling_indices.import_dangling_index".
-
-
Method Detail
-
of
public static ImportDanglingIndexRequest of(java.util.function.Function<ImportDanglingIndexRequest.Builder,ObjectBuilder<ImportDanglingIndexRequest>> fn)
-
acceptDataLoss
public final boolean acceptDataLoss()
Required - Must be set to true in order to import 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
@Deprecated @Nullable public final Time masterTimeout()
Deprecated.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
-
-