Class GetRollupIndexCapsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.rollup.GetRollupIndexCapsRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class GetRollupIndexCapsRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetRollupIndexCapsRequest.Builder
Builder forGetRollupIndexCapsRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<GetRollupIndexCapsRequest,GetRollupIndexCapsResponse,ElasticsearchError>
ENDPOINT
Endpoint "rollup.get_rollup_index_caps
". -
Constructor Summary
Constructors Constructor Description GetRollupIndexCapsRequest(GetRollupIndexCapsRequest.Builder builder)
GetRollupIndexCapsRequest(java.util.function.Function<GetRollupIndexCapsRequest.Builder,GetRollupIndexCapsRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
index()
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
-
Field Details
-
ENDPOINT
public static final Endpoint<GetRollupIndexCapsRequest,GetRollupIndexCapsResponse,ElasticsearchError> ENDPOINTEndpoint "rollup.get_rollup_index_caps
".
-
-
Constructor Details
-
GetRollupIndexCapsRequest
-
GetRollupIndexCapsRequest
public GetRollupIndexCapsRequest(java.util.function.Function<GetRollupIndexCapsRequest.Builder,GetRollupIndexCapsRequest.Builder> fn)
-
-
Method Details
-
index
public java.lang.String index()The rollup index or index pattern to obtain rollup capabilities from.API name:
index
-