Class IndicesResponseBase.AbstractBuilder<BuilderT extends IndicesResponseBase.AbstractBuilder<BuilderT>>
java.lang.Object
org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder<BuilderT>
org.opensearch.client.opensearch._types.IndicesResponseBase.AbstractBuilder<BuilderT>
- Direct Known Subclasses:
DeleteResponse.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
Modifier and Type Method Description BuilderTshards(java.util.function.Function<ShardStatistics.Builder,ObjectBuilder<ShardStatistics>> fn)API name:_shardsBuilderTshards(ShardStatistics value)API name:_shardsMethods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledged, self
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder()
-
-
Method Details
-
shards
API name:_shards -
shards
public BuilderT shards(java.util.function.Function<ShardStatistics.Builder,ObjectBuilder<ShardStatistics>> fn)API name:_shards
-