Class IndicesResponseBase.AbstractBuilder<BuilderT extends IndicesResponseBase.AbstractBuilder<BuilderT>>
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.IndicesResponseBase.AbstractBuilder<BuilderT>
-
- Direct Known Subclasses:
DeleteIndexResponse.Builder,PutMappingResponse.Builder
- Enclosing class:
- IndicesResponseBase
protected abstract static class IndicesResponseBase.AbstractBuilder<BuilderT extends IndicesResponseBase.AbstractBuilder<BuilderT>> extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuilderTshards(java.util.function.Function<ShardStatistics.Builder,ObjectBuilder<ShardStatistics>> fn)API name:_shardsBuilderTshards(ShardStatistics value)API name:_shards-
Methods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledged, self
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
shards
public final BuilderT shards(@Nullable ShardStatistics value)
API name:_shards
-
shards
public final BuilderT shards(java.util.function.Function<ShardStatistics.Builder,ObjectBuilder<ShardStatistics>> fn)
API name:_shards
-
-