Class PutIp2geoDatasourceResponse.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder<PutIp2geoDatasourceResponse.Builder>
org.opensearch.client.opensearch.geospatial.PutIp2geoDatasourceResponse.Builder
- All Implemented Interfaces:
CopyableBuilder<PutIp2geoDatasourceResponse.Builder,,PutIp2geoDatasourceResponse> MutableBuilder<PutIp2geoDatasourceResponse.Builder,,PutIp2geoDatasourceResponse> ObjectBuilder<PutIp2geoDatasourceResponse>
- Enclosing class:
PutIp2geoDatasourceResponse
public static class PutIp2geoDatasourceResponse.Builder
extends AcknowledgedResponseBase.AbstractBuilder<PutIp2geoDatasourceResponse.Builder>
implements CopyableBuilder<PutIp2geoDatasourceResponse.Builder,PutIp2geoDatasourceResponse>
Builder for
PutIp2geoDatasourceResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aPutIp2geoDatasourceResponse.copy()Create a new builderCopyableBuilderthat is a copy of this one.protected PutIp2geoDatasourceResponse.Builderself()Methods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledgedMethods 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<PutIp2geoDatasourceResponse.Builder,PutIp2geoDatasourceResponse> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<PutIp2geoDatasourceResponse.Builder>
-
build
Builds aPutIp2geoDatasourceResponse.- Specified by:
buildin interfaceObjectBuilder<PutIp2geoDatasourceResponse>- Throws:
NullPointerException- if some of the required fields are null.
-