Class DiskUsageRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<DiskUsageRequest.Builder>
co.elastic.clients.elasticsearch.indices.DiskUsageRequest.Builder
- All Implemented Interfaces:
WithJson<DiskUsageRequest.Builder>,ObjectBuilder<DiskUsageRequest>
- Enclosing class:
- DiskUsageRequest
public static class DiskUsageRequest.Builder
extends RequestBase.AbstractBuilder<DiskUsageRequest.Builder>
implements ObjectBuilder<DiskUsageRequest>
Builder for
DiskUsageRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DiskUsageRequest.BuilderallowNoIndices(Boolean value) If false, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices.build()Builds aDiskUsageRequest.final DiskUsageRequest.BuilderexpandWildcards(ExpandWildcard value, ExpandWildcard... values) Type of index that wildcard patterns can match.final DiskUsageRequest.BuilderexpandWildcards(List<ExpandWildcard> list) Type of index that wildcard patterns can match.final DiskUsageRequest.BuilderIftrue, the API performs a flush before analysis.final DiskUsageRequest.BuilderignoreUnavailable(Boolean value) Iftrue, missing or closed indices are not included in the response.final DiskUsageRequest.BuilderRequired - Comma-separated list of data streams, indices, and aliases used to limit the request.final DiskUsageRequest.BuilderRequired - Comma-separated list of data streams, indices, and aliases used to limit the request.final DiskUsageRequest.BuilderrunExpensiveTasks(Boolean value) Analyzing field disk usage is resource-intensive.protected DiskUsageRequest.Builderself()Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
allowNoIndices
If false, the request returns an error if any wildcard expression, index alias, or_allvalue targets only missing or closed indices. This behavior applies even if the request targets other open indices. For example, a request targetingfoo*,bar*returns an error if an index starts withfoobut no index starts withbar.API name:
allow_no_indices -
expandWildcards
Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcardsAdds all elements of
listtoexpandWildcards. -
expandWildcards
public final DiskUsageRequest.Builder expandWildcards(ExpandWildcard value, ExpandWildcard... values) Type of index that wildcard patterns can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. Supports comma-separated values, such asopen,hidden.API name:
expand_wildcardsAdds one or more values to
expandWildcards. -
flush
Iftrue, the API performs a flush before analysis. Iffalse, the response may not include uncommitted data.API name:
flush -
index
Required - Comma-separated list of data streams, indices, and aliases used to limit the request. It’s recommended to execute this API with a single index (or the latest backing index of a data stream) as the API consumes resources significantly.API name:
indexAdds all elements of
listtoindex. -
index
Required - Comma-separated list of data streams, indices, and aliases used to limit the request. It’s recommended to execute this API with a single index (or the latest backing index of a data stream) as the API consumes resources significantly.API name:
indexAdds one or more values to
index. -
runExpensiveTasks
Analyzing field disk usage is resource-intensive. To use the API, this parameter must be set totrue.API name:
run_expensive_tasks -
self
- Specified by:
selfin classRequestBase.AbstractBuilder<DiskUsageRequest.Builder>
-
build
Builds aDiskUsageRequest.- Specified by:
buildin interfaceObjectBuilder<DiskUsageRequest>- Throws:
NullPointerException- if some of the required fields are null.
-