Class GetRollupIndexCapsRequest.Builder
java.lang.Object
co.elastic.clients.elasticsearch.rollup.GetRollupIndexCapsRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<GetRollupIndexCapsRequest>
- Enclosing class:
- GetRollupIndexCapsRequest
public static class GetRollupIndexCapsRequest.Builder extends java.lang.Object implements ObjectBuilder<GetRollupIndexCapsRequest>
Builder for
GetRollupIndexCapsRequest.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetRollupIndexCapsRequestbuild()Builds aGetRollupIndexCapsRequest.GetRollupIndexCapsRequest.Builderindex(java.lang.String value)Required - The rollup index or index pattern to obtain rollup capabilities from.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
index
Required - The rollup index or index pattern to obtain rollup capabilities from.API name:
index -
build
Builds aGetRollupIndexCapsRequest.- Specified by:
buildin interfaceObjectBuilder<GetRollupIndexCapsRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-