Class GetIndicesSettingsResponse.Builder
java.lang.Object
co.elastic.clients.util.ObjectBuilderBase
co.elastic.clients.transport.endpoints.DictionaryResponse.AbstractBuilder<java.lang.String,IndexState,GetIndicesSettingsResponse.Builder>
co.elastic.clients.elasticsearch.indices.GetIndicesSettingsResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<GetIndicesSettingsResponse>
- Enclosing class:
- GetIndicesSettingsResponse
public static class GetIndicesSettingsResponse.Builder extends DictionaryResponse.AbstractBuilder<java.lang.String,IndexState,GetIndicesSettingsResponse.Builder> implements ObjectBuilder<GetIndicesSettingsResponse>
Builder for
GetIndicesSettingsResponse.-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description GetIndicesSettingsResponsebuild()Builds aGetIndicesSettingsResponse.protected GetIndicesSettingsResponse.Builderself()Methods inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse.AbstractBuilder
putResult, result, tKeySerializer, tValueSerializerMethods inherited from class co.elastic.clients.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<java.lang.String,IndexState,GetIndicesSettingsResponse.Builder>
-
build
Builds aGetIndicesSettingsResponse.- Specified by:
buildin interfaceObjectBuilder<GetIndicesSettingsResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-