Class IdsQuery.Builder
java.lang.Object
org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder<IdsQuery.Builder>
org.opensearch.client.opensearch._types.query_dsl.IdsQuery.Builder
- All Implemented Interfaces:
ObjectBuilder<IdsQuery>
- Enclosing class:
- IdsQuery
public static class IdsQuery.Builder extends QueryBase.AbstractBuilder<IdsQuery.Builder> implements ObjectBuilder<IdsQuery>
Builder for
IdsQuery.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IdsQuerybuild()Builds aIdsQuery.protected IdsQuery.Builderself()IdsQuery.Buildervalues(jakarta.json.JsonValue value)API name:valuesMethods inherited from class org.opensearch.client.opensearch._types.query_dsl.QueryBase.AbstractBuilder
boost, name
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
values
API name:values -
self
- Specified by:
selfin classQueryBase.AbstractBuilder<IdsQuery.Builder>
-
build
Builds aIdsQuery.- Specified by:
buildin interfaceObjectBuilder<IdsQuery>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-