Class GetAsyncResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.util.WithJsonObjectBuilderBase<GetAsyncResponse.Builder>
co.elastic.clients.elasticsearch.sql.GetAsyncResponse.Builder
- All Implemented Interfaces:
WithJson<GetAsyncResponse.Builder>,ObjectBuilder<GetAsyncResponse>
- Enclosing class:
- GetAsyncResponse
public static class GetAsyncResponse.Builder
extends WithJsonObjectBuilderBase<GetAsyncResponse.Builder>
implements ObjectBuilder<GetAsyncResponse>
Builder for
GetAsyncResponse.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds aGetAsyncResponse.final GetAsyncResponse.BuilderColumn headings for the search results.final GetAsyncResponse.BuilderColumn headings for the search results.final GetAsyncResponse.BuilderColumn headings for the search results.final GetAsyncResponse.BuilderThe cursor for the next set of paginated results.final GetAsyncResponse.BuilderRequired - Identifier for the search.final GetAsyncResponse.BuilderisPartial(boolean value) Required - Iftrue, the response does not contain complete search results.final GetAsyncResponse.BuilderisRunning(boolean value) Required - Iftrue, the search is still running.final GetAsyncResponse.BuilderRequired - The values for the search results.final GetAsyncResponse.BuilderRequired - The values for the search results.protected GetAsyncResponse.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
-
id
Required - Identifier for the search. This value is returned only for async and saved synchronous searches. For CSV, TSV, and TXT responses, this value is returned in theAsync-IDHTTP header.API name:
id -
isRunning
Required - Iftrue, the search is still running. Iffalse, the search has finished. This value is returned only for async and saved synchronous searches. For CSV, TSV, and TXT responses, this value is returned in theAsync-partialHTTP header.API name:
is_running -
isPartial
Required - Iftrue, the response does not contain complete search results. Ifis_partialistrueandis_runningistrue, the search is still running. Ifis_partialistruebutis_runningisfalse, the results are partial due to a failure or timeout. This value is returned only for async and saved synchronous searches. For CSV, TSV, and TXT responses, this value is returned in theAsync-partialHTTP header.API name:
is_partial -
columns
Column headings for the search results. Each object is a column.API name:
columnsAdds all elements of
listtocolumns. -
columns
Column headings for the search results. Each object is a column.API name:
columnsAdds one or more values to
columns. -
columns
Column headings for the search results. Each object is a column.API name:
columnsAdds a value to
columnsusing a builder lambda. -
cursor
The cursor for the next set of paginated results. For CSV, TSV, and TXT responses, this value is returned in theCursorHTTP header.API name:
cursor -
rows
Required - The values for the search results.API name:
rowsAdds all elements of
listtorows. -
rows
Required - The values for the search results.API name:
rowsAdds one or more values to
rows. -
self
- Specified by:
selfin classWithJsonObjectBuilderBase<GetAsyncResponse.Builder>
-
build
Builds aGetAsyncResponse.- Specified by:
buildin interfaceObjectBuilder<GetAsyncResponse>- Throws:
NullPointerException- if some of the required fields are null.
-