Class CreateStoreRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.CreateStoreRequest
- All Implemented Interfaces:
ToCopyableBuilder<CreateStoreRequest.Builder,CreateStoreRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class CreateStoreRequest
extends RequestBase
implements ToCopyableBuilder<CreateStoreRequest.Builder,CreateStoreRequest>
Creates a new 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<CreateStoreRequest, CreateStoreResponse, ErrorResponse> Endpoint "ltr.create_store". -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateStoreRequest.Builderbuilder()booleaninthashCode()static CreateStoreRequestfinal 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.create_store".
-
-
Method Details
-
of
public static CreateStoreRequest of(Function<CreateStoreRequest.Builder, ObjectBuilder<CreateStoreRequest>> 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<CreateStoreRequest.Builder,CreateStoreRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-