Class IndicesListResponse.Builder
java.lang.Object
org.opensearch.client.opensearch.dangling_indices.IndicesListResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<IndicesListResponse>
- Enclosing class:
- IndicesListResponse
public static class IndicesListResponse.Builder extends java.lang.Object implements ObjectBuilder<IndicesListResponse>
Builder for
IndicesListResponse.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.client.util.ObjectBuilder
ObjectBuilder.Constant<V> -
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
Modifier and Type Method Description IndicesListResponsebuild()Builds aIndicesListResponse.IndicesListResponse.Builderstub(java.lang.Number value)API name:stub
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stub
API name:stub -
build
Builds aIndicesListResponse.- Specified by:
buildin interfaceObjectBuilder<IndicesListResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-