Class Latest.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<Latest.Builder>
co.elastic.clients.elasticsearch.transform.Latest.Builder
- All Implemented Interfaces:
WithJson<Latest.Builder>,ObjectBuilder<Latest>
- Enclosing class:
- Latest
public static class Latest.Builder extends WithJsonObjectBuilderBase<Latest.Builder> implements ObjectBuilder<Latest>
Builder for
Latest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description Latestbuild()Builds aLatest.protected Latest.Builderself()Latest.Buildersort(java.lang.String value)Required - Specifies the date field that is used to identify the latest documents.Latest.BuilderuniqueKey(java.lang.String value, java.lang.String... values)Required - Specifies an array of one or more fields that are used to group the data.Latest.BuilderuniqueKey(java.util.List<java.lang.String> list)Required - Specifies an array of one or more fields that are used to group the data.Methods inherited from class co.elastic.clients.util.WithJsonObjectBuilderBase
withJsonMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sort
Required - Specifies the date field that is used to identify the latest documents.API name:
sort -
uniqueKey
Required - Specifies an array of one or more fields that are used to group the data.API name:
unique_keyAdds all elements of
listtouniqueKey. -
uniqueKey
Required - Specifies an array of one or more fields that are used to group the data.API name:
unique_keyAdds one or more values to
uniqueKey. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<Latest.Builder>
-
build
Builds aLatest.- Specified by:
buildin interfaceObjectBuilder<Latest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-