public class TypesExistsRequestBuilder extends MasterNodeReadOperationRequestBuilder<TypesExistsRequest,TypesExistsResponse,TypesExistsRequestBuilder>
TypesExistsRequest.action, client, request| Constructor and Description |
|---|
TypesExistsRequestBuilder(ElasticsearchClient client,
TypesExistsAction action,
java.lang.String... indices) |
| Modifier and Type | Method and Description |
|---|---|
TypesExistsRequestBuilder |
setIndices(java.lang.String[] indices) |
TypesExistsRequestBuilder |
setIndicesOptions(IndicesOptions indicesOptions) |
TypesExistsRequestBuilder |
setTypes(java.lang.String... types) |
setLocalsetMasterNodeTimeout, setMasterNodeTimeoutpublic TypesExistsRequestBuilder(ElasticsearchClient client, TypesExistsAction action, java.lang.String... indices)
indices - What indices to check for typespublic TypesExistsRequestBuilder setIndices(java.lang.String[] indices)
indices - What indices to check for typespublic TypesExistsRequestBuilder setTypes(java.lang.String... types)
types - The types to check if they existpublic TypesExistsRequestBuilder setIndicesOptions(IndicesOptions indicesOptions)
indicesOptions - Specifies how to resolve indices that aren't active / ready and indices wildcard expressions