Class DeleteFeatureRequest.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder<DeleteFeatureRequest.Builder>
org.opensearch.client.opensearch.ltr.DeleteFeatureRequest.Builder
- All Implemented Interfaces:
CopyableBuilder<DeleteFeatureRequest.Builder,,DeleteFeatureRequest> MutableBuilder<DeleteFeatureRequest.Builder,,DeleteFeatureRequest> ObjectBuilder<DeleteFeatureRequest>
- Enclosing class:
DeleteFeatureRequest
public static class DeleteFeatureRequest.Builder
extends RequestBase.AbstractBuilder<DeleteFeatureRequest.Builder>
implements CopyableBuilder<DeleteFeatureRequest.Builder,DeleteFeatureRequest>
Builder for
DeleteFeatureRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aDeleteFeatureRequest.copy()Create a new builderCopyableBuilderthat is a copy of this one.Required - The name of the feature.protected DeleteFeatureRequest.Builderself()The name of the feature store.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder
errorTrace, humanMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
copy
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<DeleteFeatureRequest.Builder,DeleteFeatureRequest> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classRequestBase.AbstractBuilder<DeleteFeatureRequest.Builder>
-
id
Required - The name of the feature.API name:
id -
store
The name of the feature store.API name:
store -
build
Builds aDeleteFeatureRequest.- Specified by:
buildin interfaceObjectBuilder<DeleteFeatureRequest>- Throws:
NullPointerException- if some of the required fields are null.
-