Class GetAliasResponse.Builder
- java.lang.Object
-
- org.opensearch.client.util.ObjectBuilderBase
-
- org.opensearch.client.transport.endpoints.DictionaryResponse.AbstractBuilder<java.lang.String,IndexAliases,GetAliasResponse.Builder>
-
- org.opensearch.client.opensearch.indices.GetAliasResponse.Builder
-
- All Implemented Interfaces:
ObjectBuilder<GetAliasResponse>
- Enclosing class:
- GetAliasResponse
public static class GetAliasResponse.Builder extends DictionaryResponse.AbstractBuilder<java.lang.String,IndexAliases,GetAliasResponse.Builder> implements ObjectBuilder<GetAliasResponse>
Builder forGetAliasResponse.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAliasResponsebuild()Builds aGetAliasResponse.protected GetAliasResponse.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 GetAliasResponse.Builder self()
- Specified by:
selfin classDictionaryResponse.AbstractBuilder<java.lang.String,IndexAliases,GetAliasResponse.Builder>
-
build
public GetAliasResponse build()
Builds aGetAliasResponse.- Specified by:
buildin interfaceObjectBuilder<GetAliasResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-
-