Class GetAutoFollowPatternRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ccr.GetAutoFollowPatternRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class GetAutoFollowPatternRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAutoFollowPatternRequest.Builder
Builder forGetAutoFollowPatternRequest
.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<GetAutoFollowPatternRequest,GetAutoFollowPatternResponse,ElasticsearchError>
ENDPOINT
Endpoint "ccr.get_auto_follow_pattern
". -
Constructor Summary
Constructors Constructor Description GetAutoFollowPatternRequest(GetAutoFollowPatternRequest.Builder builder)
GetAutoFollowPatternRequest(java.util.function.Function<GetAutoFollowPatternRequest.Builder,GetAutoFollowPatternRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
name()
Specifies the auto-follow pattern collection that you want to retrieve.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<GetAutoFollowPatternRequest,GetAutoFollowPatternResponse,ElasticsearchError> ENDPOINTEndpoint "ccr.get_auto_follow_pattern
".
-
-
Constructor Details
-
GetAutoFollowPatternRequest
-
GetAutoFollowPatternRequest
public GetAutoFollowPatternRequest(java.util.function.Function<GetAutoFollowPatternRequest.Builder,GetAutoFollowPatternRequest.Builder> fn)
-
-
Method Details
-
name
@Nullable public java.lang.String name()Specifies the auto-follow pattern collection that you want to retrieve. If you do not specify a name, the API returns information for all collections.API name:
name
-