Class GetAllToolsRequest.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder<GetAllToolsRequest.Builder>
-
- org.opensearch.client.opensearch.ml.GetAllToolsRequest.Builder
-
- All Implemented Interfaces:
CopyableBuilder<GetAllToolsRequest.Builder,GetAllToolsRequest>,MutableBuilder<GetAllToolsRequest.Builder,GetAllToolsRequest>,ObjectBuilder<GetAllToolsRequest>
- Enclosing class:
- GetAllToolsRequest
public static class GetAllToolsRequest.Builder extends RequestBase.AbstractBuilder<GetAllToolsRequest.Builder> implements CopyableBuilder<GetAllToolsRequest.Builder,GetAllToolsRequest>
Builder forGetAllToolsRequest.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAllToolsRequestbuild()Builds aGetAllToolsRequest.GetAllToolsRequest.Buildercopy()Create a new builderCopyableBuilderthat is a copy of this one.protected GetAllToolsRequest.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder
errorTrace, human
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAdd, _listAddAll, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.util.MutableBuilder
applyMutation
-
-
-
-
Method Detail
-
copy
@Nonnull public GetAllToolsRequest.Builder copy()
Description copied from interface:CopyableBuilderCreate a new builderCopyableBuilderthat is a copy of this one.- Specified by:
copyin interfaceCopyableBuilder<GetAllToolsRequest.Builder,GetAllToolsRequest>- Returns:
- a new builder instance.
-
self
@Nonnull protected GetAllToolsRequest.Builder self()
- Specified by:
selfin classRequestBase.AbstractBuilder<GetAllToolsRequest.Builder>
-
build
@Nonnull public GetAllToolsRequest build()
Builds aGetAllToolsRequest.- Specified by:
buildin interfaceObjectBuilder<GetAllToolsRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-