Class GetDistinguishedNamesRequest.Builder
java.lang.Object
org.opensearch.client.util.ObjectBuilderBase
org.opensearch.client.opensearch._types.RequestBase.AbstractBuilder<GetDistinguishedNamesRequest.Builder>
org.opensearch.client.opensearch.security.GetDistinguishedNamesRequest.Builder
- All Implemented Interfaces:
CopyableBuilder<GetDistinguishedNamesRequest.Builder,,GetDistinguishedNamesRequest> MutableBuilder<GetDistinguishedNamesRequest.Builder,,GetDistinguishedNamesRequest> ObjectBuilder<GetDistinguishedNamesRequest>
- Enclosing class:
GetDistinguishedNamesRequest
public static class GetDistinguishedNamesRequest.Builder
extends RequestBase.AbstractBuilder<GetDistinguishedNamesRequest.Builder>
implements CopyableBuilder<GetDistinguishedNamesRequest.Builder,GetDistinguishedNamesRequest>
Builder for
GetDistinguishedNamesRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetDistinguishedNamesRequest.copy()Create a new builderCopyableBuilderthat is a copy of this one.protected GetDistinguishedNamesRequest.Builderself()Whether to include or exclude any static node's DN settings from the final result.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<GetDistinguishedNamesRequest.Builder,GetDistinguishedNamesRequest> - Returns:
- a new builder instance.
-
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetDistinguishedNamesRequest.Builder>
-
showAll
Whether to include or exclude any static node's DN settings from the final result.API name:
show_all -
build
Builds aGetDistinguishedNamesRequest.- Specified by:
buildin interfaceObjectBuilder<GetDistinguishedNamesRequest>- Throws:
NullPointerException- if some of the required fields are null.
-