Class DeleteDanglingIndexRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.dangling_indices.DeleteDanglingIndexRequest
- All Implemented Interfaces:
ToCopyableBuilder<DeleteDanglingIndexRequest.Builder,DeleteDanglingIndexRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class DeleteDanglingIndexRequest
extends RequestBase
implements ToCopyableBuilder<DeleteDanglingIndexRequest.Builder,DeleteDanglingIndexRequest>
Deletes the specified dangling index.
-
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 TypeFieldDescriptionEndpoint "dangling_indices.delete_dangling_index". -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanRequired - Must be set to true in order to delete the dangling index.protected voidapplyQueryParameters(Map<String, String> params) builder()final TimeOperation timeout for connection to cluster-manager node.booleaninthashCode()final StringRequired - The UUID of the dangling index.final TimeDeprecated.static DeleteDanglingIndexRequestfinal Timetimeout()Explicit operation timeout.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
public static final Endpoint<DeleteDanglingIndexRequest,DeleteDanglingIndexResponse, _ENDPOINTErrorResponse> Endpoint "dangling_indices.delete_dangling_index".
-
-
Method Details
-
of
public static DeleteDanglingIndexRequest of(Function<DeleteDanglingIndexRequest.Builder, ObjectBuilder<DeleteDanglingIndexRequest>> fn) -
acceptDataLoss
public final boolean acceptDataLoss()Required - Must be set to true in order to delete the dangling index.API name:
accept_data_loss -
clusterManagerTimeout
Operation timeout for connection to cluster-manager node.API name:
cluster_manager_timeout -
indexUuid
Required - The UUID of the dangling index.API name:
index_uuid -
masterTimeout
Deprecated.Specify timeout for connection to cluster manager.API name:
master_timeout -
timeout
Explicit operation timeout.API name:
timeout -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteDanglingIndexRequest.Builder,DeleteDanglingIndexRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-