Class ReloadSecureSettingsRequest.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder<ReloadSecureSettingsRequest.Builder>
org.opensearch.client.opensearch.nodes.ReloadSecureSettingsRequest.Builder
- All Implemented Interfaces:
CopyableBuilder<ReloadSecureSettingsRequest.Builder,,ReloadSecureSettingsRequest> MutableBuilder<ReloadSecureSettingsRequest.Builder,,ReloadSecureSettingsRequest> ObjectBuilder<ReloadSecureSettingsRequest>
- Enclosing class:
ReloadSecureSettingsRequest
public static class ReloadSecureSettingsRequest.Builder
extends RequestBase.AbstractBuilder<ReloadSecureSettingsRequest.Builder>
implements CopyableBuilder<ReloadSecureSettingsRequest.Builder,ReloadSecureSettingsRequest>
Builder for
ReloadSecureSettingsRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aReloadSecureSettingsRequest.copy()Create a new builderCopyableBuilderthat is a copy of this one.The names of particular nodes in the cluster to target.The names of particular nodes in the cluster to target.secureSettingsPassword(String value) API name:secure_settings_passwordprotected ReloadSecureSettingsRequest.Builderself()The amount of time to wait for a response.The amount of time to wait for a response.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder
errorTrace, humanMethods 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<ReloadSecureSettingsRequest.Builder,ReloadSecureSettingsRequest> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classRequestBase.AbstractBuilder<ReloadSecureSettingsRequest.Builder>
-
nodeId
The names of particular nodes in the cluster to target.API name:
node_idAdds all elements of
listtonodeId. -
nodeId
The names of particular nodes in the cluster to target.API name:
node_idAdds one or more values to
nodeId. -
secureSettingsPassword
@Nonnull public final ReloadSecureSettingsRequest.Builder secureSettingsPassword(@Nullable String value) API name:secure_settings_password -
timeout
The amount of time to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
timeout
@Nonnull public final ReloadSecureSettingsRequest.Builder timeout(Function<Time.Builder, ObjectBuilder<Time>> fn) The amount of time to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout -
build
Builds aReloadSecureSettingsRequest.- Specified by:
buildin interfaceObjectBuilder<ReloadSecureSettingsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-