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
public abstract static class IndicesResponseBase.AbstractBuilder<BuilderT extends IndicesResponseBase.AbstractBuilder<BuilderT>>
extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionfinal BuilderTAPI name:_shardsfinal BuilderTshards(ShardStatistics value) API name:_shardsMethods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledged, selfMethods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _listCopy, _mapCopy, _mapPut, _mapPutAll
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder() -
AbstractBuilder
-
AbstractBuilder
-
-
Method Details
-
shards
API name:_shards -
shards
@Nonnull public final BuilderT shards(Function<ShardStatistics.Builder, ObjectBuilder<ShardStatistics>> fn) API name:_shards
-