Class GetIndexResponse.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder<java.lang.String,IndexState,GetIndexResponse.Builder>
-
- org.opensearch.client.opensearch.indices.GetIndexResponse.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GetIndexResponse>
- Enclosing class:
- GetIndexResponse
public static class GetIndexResponse.Builder extends DictionaryResponse.AbstractBuilder<java.lang.String,IndexState,GetIndexResponse.Builder> implements ObjectBuilder<GetIndexResponse>
Builder forGetIndexResponse.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIndexResponsebuild()Builds aGetIndexResponse.protected GetIndexResponse.Builderself()-
Methods inherited from class org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder
putResult, result, tKeySerializer, tValueSerializer
-
Methods inherited from class org.opensearch.client.util.ObjectBuilderBase
_checkSingleUse, _listAdd, _listAddAll, _mapPut, _mapPutAll
-
-
-
-
Method Detail
-
self
protected GetIndexResponse.Builder self()
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<java.lang.String,IndexState,GetIndexResponse.Builder>
-
build
public GetIndexResponse build()
Builds aGetIndexResponse.- Specified by:
buildin interfaceObjectBuilder<GetIndexResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-