Class GetRollupCapsRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.rollup.GetRollupCapsRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetRollupCapsRequest>
- Enclosing class:
- GetRollupCapsRequest
public static class GetRollupCapsRequest.Builder extends java.lang.Object implements ObjectBuilder<GetRollupCapsRequest>
Builder for
GetRollupCapsRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetRollupCapsRequestbuild()Builds aGetRollupCapsRequest.GetRollupCapsRequest.Builderid(java.lang.String value)The ID of the index to check rollup capabilities on, or left blank for all jobsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
The ID of the index to check rollup capabilities on, or left blank for all jobsAPI name:
id -
build
Builds aGetRollupCapsRequest.- Specified by:
buildin interfaceObjectBuilder<GetRollupCapsRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-