Class GetStoreResponse.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.ltr.GetStoreResponse.Builder
- All Implemented Interfaces:
CopyableBuilder<GetStoreResponse.Builder,,GetStoreResponse> MutableBuilder<GetStoreResponse.Builder,,GetStoreResponse> ObjectBuilder<GetStoreResponse>
- Enclosing class:
GetStoreResponse
public static class GetStoreResponse.Builder
extends ObjectBuilderBase
implements CopyableBuilder<GetStoreResponse.Builder,GetStoreResponse>
Builder for
GetStoreResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetStoreResponse.copy()Create a new builderCopyableBuilderthat is a copy of this one.final GetStoreResponse.BuilderIndicates whether the store exists.Methods 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<GetStoreResponse.Builder,GetStoreResponse> - Returns:
- a new builder instance.
-
exists
Indicates whether the store exists.API name:
exists -
build
Builds aGetStoreResponse.- Specified by:
buildin interfaceObjectBuilder<GetStoreResponse>- Throws:
NullPointerException- if some of the required fields are null.
-