Class TransformsRequest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<BuilderT>
co.elastic.clients.elasticsearch._types.RequestBase.AbstractBuilder<BuilderT>
co.elastic.clients.elasticsearch.cat.CatRequestBase.AbstractBuilder<TransformsRequest.Builder>
co.elastic.clients.elasticsearch.cat.TransformsRequest.Builder
- All Implemented Interfaces:
WithJson<TransformsRequest.Builder>,ObjectBuilder<TransformsRequest>
- Enclosing class:
- TransformsRequest
public static class TransformsRequest.Builder
extends CatRequestBase.AbstractBuilder<TransformsRequest.Builder>
implements ObjectBuilder<TransformsRequest>
Builder for
TransformsRequest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowNoMatch(Boolean value) Whether to ignore if a wildcard expression matches no transforms.build()Builds aTransformsRequest.skips a number of transform configs, defaults to 0h(CatTransformColumn value, CatTransformColumn... values) Comma-separated list of column names to display.h(List<CatTransformColumn> list) Comma-separated list of column names to display.s(CatTransformColumn value, CatTransformColumn... values) Comma-separated list of column names or column aliases used to sort the response.s(List<CatTransformColumn> list) Comma-separated list of column names or column aliases used to sort the response.protected TransformsRequest.Builderself()specifies a max number of transforms to get, defaults to 100Unit used to display time values.Unit used to display time values.transformId(String value) The id of the transform for which to get stats.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
-
allowNoMatch
Whether to ignore if a wildcard expression matches no transforms. (This includes_allstring or when no transforms have been specified)API name:
allow_no_match -
from
skips a number of transform configs, defaults to 0API name:
from -
h
Comma-separated list of column names to display.API name:
hAdds all elements of
listtoh. -
h
Comma-separated list of column names to display.API name:
hAdds one or more values to
h. -
s
Comma-separated list of column names or column aliases used to sort the response.API name:
sAdds all elements of
listtos. -
s
Comma-separated list of column names or column aliases used to sort the response.API name:
sAdds one or more values to
s. -
size
specifies a max number of transforms to get, defaults to 100API name:
size -
time
Unit used to display time values.API name:
time -
time
Unit used to display time values.API name:
time -
transformId
The id of the transform for which to get stats. '_all' or '*' implies all transformsAPI name:
transform_id -
self
- Specified by:
selfin classCatRequestBase.AbstractBuilder<TransformsRequest.Builder>
-
build
Builds aTransformsRequest.- Specified by:
buildin interfaceObjectBuilder<TransformsRequest>- Throws:
NullPointerException- if some of the required fields are null.
-