Class GetRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.indices.GetRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetRequest>
- Enclosing class:
- GetRequest
public static class GetRequest.Builder extends java.lang.Object implements ObjectBuilder<GetRequest>
Builder for
GetRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetRequest.BuilderaddExpandWildcards(ExpandWildcardOptions value)Add a value toexpandWildcards(List), creating the list if needed.GetRequest.BuilderaddIndex(java.lang.String value)Add a value toindex(List), creating the list if needed.GetRequest.BuilderallowNoIndices(java.lang.Boolean value)Ignore if a wildcard expression resolves to no concrete indices (default: false)GetRequestbuild()Builds aGetRequest.GetRequest.BuilderexpandWildcards(ExpandWildcardOptions... value)Type of index that wildcard expressions can match.GetRequest.BuilderexpandWildcards(java.util.List<ExpandWildcardOptions> value)Type of index that wildcard expressions can match.GetRequest.BuilderflatSettings(java.lang.Boolean value)If true, returns settings in flat format.GetRequest.BuilderignoreUnavailable(java.lang.Boolean value)If false, requests that target a missing index return an error.GetRequest.BuilderincludeDefaults(java.lang.Boolean value)If true, return all default settings in the response.GetRequest.BuilderincludeTypeName(java.lang.Boolean value)If true, a mapping type is expected in the body of mappings.GetRequest.Builderindex(java.lang.String... value)Comma-separated list of data streams, indices, and index aliases used to limit the request.GetRequest.Builderindex(java.util.List<java.lang.String> value)Comma-separated list of data streams, indices, and index aliases used to limit the request.GetRequest.Builderlocal(java.lang.Boolean value)If true, the request retrieves information from the local node only.GetRequest.BuildermasterTimeout(java.lang.String value)Period to wait for a connection to the master node.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
index
Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported.API name:
index -
index
Comma-separated list of data streams, indices, and index aliases used to limit the request. Wildcard expressions (*) are supported.API name:
index -
addIndex
Add a value toindex(List), creating the list if needed. 4 -
allowNoIndices
Ignore if a wildcard expression resolves to no concrete indices (default: false)API name:
allow_no_indices -
expandWildcards
Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as open,hidden.API name:
expand_wildcards -
expandWildcards
Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such as open,hidden.API name:
expand_wildcards -
addExpandWildcards
Add a value toexpandWildcards(List), creating the list if needed. 4 -
flatSettings
If true, returns settings in flat format.API name:
flat_settings -
includeDefaults
If true, return all default settings in the response.API name:
include_defaults -
includeTypeName
If true, a mapping type is expected in the body of mappings.API name:
include_type_name -
local
If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.API name:
local -
masterTimeout
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
build
Builds aGetRequest.- Specified by:
buildin interfaceObjectBuilder<GetRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-