Class DeleteIp2geoDatasourceRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.geospatial.DeleteIp2geoDatasourceRequest
- All Implemented Interfaces:
ToCopyableBuilder<DeleteIp2geoDatasourceRequest.Builder,DeleteIp2geoDatasourceRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class DeleteIp2geoDatasourceRequest
extends RequestBase
implements ToCopyableBuilder<DeleteIp2geoDatasourceRequest.Builder,DeleteIp2geoDatasourceRequest>
Delete a specific IP2Geo data source.
-
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 "geospatial.delete_ip2geo_datasource". -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()final Stringname()Required - API name:nameCreate 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
public static final Endpoint<DeleteIp2geoDatasourceRequest,DeleteIp2geoDatasourceResponse, _ENDPOINTErrorResponse> Endpoint "geospatial.delete_ip2geo_datasource".
-
-
Method Details
-
of
-
name
Required - API name:name -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteIp2geoDatasourceRequest.Builder,DeleteIp2geoDatasourceRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-