Class PutMappingResponse.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder<BuilderT>
-
- org.opensearch.client.opensearch._types.IndicesResponseBase.AbstractBuilder<PutMappingResponse.Builder>
-
- org.opensearch.client.opensearch.indices.PutMappingResponse.Builder
-
- All Implemented Interfaces:
ObjectBuilder<PutMappingResponse>
- Enclosing class:
- PutMappingResponse
public static class PutMappingResponse.Builder extends IndicesResponseBase.AbstractBuilder<PutMappingResponse.Builder> implements ObjectBuilder<PutMappingResponse>
Builder forPutMappingResponse.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutMappingResponsebuild()Builds aPutMappingResponse.protected PutMappingResponse.Builderself()-
Methods inherited from class org.opensearch.client.opensearch._types.IndicesResponseBase.AbstractBuilder
shards, shards
-
Methods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder
acknowledged
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected PutMappingResponse.Builder self()
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<PutMappingResponse.Builder>
-
build
public PutMappingResponse build()
Builds aPutMappingResponse.- Specified by:
buildin interfaceObjectBuilder<PutMappingResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-