Class GetPolicyRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.enrich.GetPolicyRequest
Get an enrich policy. Returns information about an enrich policy.
- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetPolicyRequest,GetPolicyResponse, ErrorResponse> Endpoint "enrich.get_policy".
- 
Method SummaryModifier and TypeMethodDescriptionfinal TimePeriod to wait for a connection to the master node.name()Comma-separated list of enrich policy names used to limit the request.static GetPolicyRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_ENDPOINTEndpoint "enrich.get_policy".
 
- 
- 
Method Details- 
ofpublic static GetPolicyRequest of(Function<GetPolicyRequest.Builder, ObjectBuilder<GetPolicyRequest>> fn) 
- 
masterTimeoutPeriod to wait for a connection to the master node.API name: master_timeout
- 
nameComma-separated list of enrich policy names used to limit the request. To return information for all enrich policies, omit this parameter.API name: name
 
-