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 Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetPolicyRequest,
GetPolicyResponse, ErrorResponse> Endpoint "enrich.get_policy
". -
Method Summary
Modifier and TypeMethodDescriptionfinal Time
Period to wait for a connection to the master node.name()
Comma-separated list of enrich policy names used to limit the request.static GetPolicyRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "enrich.get_policy
".
-
-
Method Details
-
of
public static GetPolicyRequest of(Function<GetPolicyRequest.Builder, ObjectBuilder<GetPolicyRequest>> fn) -
masterTimeout
Period to wait for a connection to the master node.API name:
master_timeout
-
name
Comma-separated list of enrich policy names used to limit the request. To return information for all enrich policies, omit this parameter.API name:
name
-