This module contains Elastex.Builder
body :: map | nil
int_or_string :: non_neg_integer | String.t
t :: %Elastex.Builder{action: atom, body: body, headers: Keyword.t, id: int_or_string | nil, index: String.t | nil, method: atom, options: map, params: Keyword.t, type: String.t | nil, url: String.t}