Class PutIndicesSettingsResponse.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.opensearch._types.AcknowledgedResponseBase.AbstractBuilder<PutIndicesSettingsResponse.Builder>
-
- org.opensearch.client.opensearch.indices.PutIndicesSettingsResponse.Builder
-
- All Implemented Interfaces:
ObjectBuilder<PutIndicesSettingsResponse>
- Enclosing class:
- PutIndicesSettingsResponse
public static class PutIndicesSettingsResponse.Builder extends AcknowledgedResponseBase.AbstractBuilder<PutIndicesSettingsResponse.Builder> implements ObjectBuilder<PutIndicesSettingsResponse>
Builder forPutIndicesSettingsResponse.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutIndicesSettingsResponsebuild()Builds aPutIndicesSettingsResponse.protected PutIndicesSettingsResponse.Builderself()-
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 PutIndicesSettingsResponse.Builder self()
- Specified by:
selfin classAcknowledgedResponseBase.AbstractBuilder<PutIndicesSettingsResponse.Builder>
-
build
public PutIndicesSettingsResponse build()
Builds aPutIndicesSettingsResponse.- Specified by:
buildin interfaceObjectBuilder<PutIndicesSettingsResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-