Class DeleteStoreRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.DeleteStoreRequest
- All Implemented Interfaces:
ToCopyableBuilder<DeleteStoreRequest.Builder,DeleteStoreRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class DeleteStoreRequest
extends RequestBase
implements ToCopyableBuilder<DeleteStoreRequest.Builder,DeleteStoreRequest>
Deletes a feature store with the specified name.
-
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<DeleteStoreRequest, DeleteStoreResponse, ErrorResponse> Endpoint "ltr.delete_store". -
Method Summary
Modifier and TypeMethodDescriptionstatic DeleteStoreRequest.Builderbuilder()booleaninthashCode()static DeleteStoreRequestfinal Stringstore()Required - The name of the feature store.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, 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 "ltr.delete_store".
-
-
Method Details
-
of
public static DeleteStoreRequest of(Function<DeleteStoreRequest.Builder, ObjectBuilder<DeleteStoreRequest>> fn) -
store
Required - The name of the feature store.API name:
store -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteStoreRequest.Builder,DeleteStoreRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-