Class IndexImportResponse.Builder
java.lang.Object
org.opensearch.client.opensearch.dangling_indices.IndexImportResponse.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexImportResponse>
- Enclosing class:
- IndexImportResponse
public static class IndexImportResponse.Builder extends java.lang.Object implements ObjectBuilder<IndexImportResponse>
Builder for
IndexImportResponse.-
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 IndexImportResponsebuild()Builds aIndexImportResponse.IndexImportResponse.Builderstub(java.lang.Number value)API name:stub
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stub
API name:stub -
build
Builds aIndexImportResponse.- Specified by:
buildin interfaceObjectBuilder<IndexImportResponse>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-