Class GetBehavioralAnalyticsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<GetBehavioralAnalyticsRequest.Builder>
co.elastic.clients.elasticsearch.search_application.GetBehavioralAnalyticsRequest.Builder
- All Implemented Interfaces:
WithJson<GetBehavioralAnalyticsRequest.Builder>,ObjectBuilder<GetBehavioralAnalyticsRequest>
- Enclosing class:
- GetBehavioralAnalyticsRequest
public static class GetBehavioralAnalyticsRequest.Builder
extends RequestBase.AbstractBuilder<GetBehavioralAnalyticsRequest.Builder>
implements ObjectBuilder<GetBehavioralAnalyticsRequest>
Builder for
GetBehavioralAnalyticsRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetBehavioralAnalyticsRequest.A list of analytics collections to limit the returned informationA list of analytics collections to limit the returned informationprotected GetBehavioralAnalyticsRequest.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
A list of analytics collections to limit the returned informationAPI name:
nameAdds all elements of
listtoname. -
name
A list of analytics collections to limit the returned informationAPI name:
nameAdds one or more values to
name. -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<GetBehavioralAnalyticsRequest.Builder>
-
build
Builds aGetBehavioralAnalyticsRequest.- Specified by:
buildin interfaceObjectBuilder<GetBehavioralAnalyticsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-