Class FollowStatsResponse.Builder
java.lang.Object
co.elastic.clients.elasticsearch.ccr.FollowStatsResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<FollowStatsResponse>
- Enclosing class:
- FollowStatsResponse
public static class FollowStatsResponse.Builder extends java.lang.Object implements ObjectBuilder<FollowStatsResponse>
Builder for
FollowStatsResponse
.-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description FollowStatsResponse.Builder
addIndices(FollowIndexStats value)
Add a value toindices(List)
, creating the list if needed.FollowStatsResponse.Builder
addIndices(java.util.function.Function<FollowIndexStats.Builder,ObjectBuilder<FollowIndexStats>> fn)
Add a value toindices(List)
, creating the list if needed.FollowStatsResponse
build()
Builds aFollowStatsResponse
.FollowStatsResponse.Builder
indices(FollowIndexStats... value)
Required - API name:indices
FollowStatsResponse.Builder
indices(java.util.function.Function<FollowIndexStats.Builder,ObjectBuilder<FollowIndexStats>> fn)
Setindices(List)
to a singleton list.FollowStatsResponse.Builder
indices(java.util.List<FollowIndexStats> value)
Required - API name:indices
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
-
indices
Required - API name:indices
-
indices
Required - API name:indices
-
addIndices
Add a value toindices(List)
, creating the list if needed. -
indices
public FollowStatsResponse.Builder indices(java.util.function.Function<FollowIndexStats.Builder,ObjectBuilder<FollowIndexStats>> fn)Setindices(List)
to a singleton list. -
addIndices
public FollowStatsResponse.Builder addIndices(java.util.function.Function<FollowIndexStats.Builder,ObjectBuilder<FollowIndexStats>> fn)Add a value toindices(List)
, creating the list if needed. -
build
Builds aFollowStatsResponse
.- Specified by:
build
in interfaceObjectBuilder<FollowStatsResponse>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-