Class DeleteStoreResponse.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch.ltr.DeleteStoreResponse.Builder
- All Implemented Interfaces:
CopyableBuilder<DeleteStoreResponse.Builder,,DeleteStoreResponse> MutableBuilder<DeleteStoreResponse.Builder,,DeleteStoreResponse> ObjectBuilder<DeleteStoreResponse>
- Enclosing class:
DeleteStoreResponse
public static class DeleteStoreResponse.Builder
extends ObjectBuilderBase
implements CopyableBuilder<DeleteStoreResponse.Builder,DeleteStoreResponse>
Builder for
DeleteStoreResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacknowledged(Boolean value) Indicates whether the request was acknowledged.build()Builds aDeleteStoreResponse.copy()Create a new builderCopyableBuilderthat is a copy of this one.The name of the index.shardsAcknowledged(Boolean value) Indicates whether the required active shards were acknowledged.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<DeleteStoreResponse.Builder,DeleteStoreResponse> - Returns:
- a new builder instance.
-
acknowledged
Indicates whether the request was acknowledged.API name:
acknowledged -
index
The name of the index.API name:
index -
shardsAcknowledged
Indicates whether the required active shards were acknowledged.API name:
shards_acknowledged -
build
Builds aDeleteStoreResponse.- Specified by:
buildin interfaceObjectBuilder<DeleteStoreResponse>- Throws:
NullPointerException- if some of the required fields are null.
-