Class IndexImportRequest.Builder
java.lang.Object
org.opensearch.client.opensearch.dangling_indices.IndexImportRequest.Builder
- All Implemented Interfaces:
ObjectBuilder<IndexImportRequest>
- Enclosing class:
- IndexImportRequest
public static class IndexImportRequest.Builder extends java.lang.Object implements ObjectBuilder<IndexImportRequest>
Builder for
IndexImportRequest.-
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 IndexImportRequestbuild()Builds aIndexImportRequest.IndexImportRequest.BuilderindexUuid(java.lang.String value)Auto generated - missing in the input spec API name:index_uuidIndexImportRequest.BuilderstubA(java.lang.String value)API name:stub_aIndexImportRequest.BuilderstubB(java.lang.String value)API name:stub_bIndexImportRequest.BuilderstubC(java.lang.String value)API name:stub_c
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stubA
API name:stub_a -
indexUuid
Auto generated - missing in the input spec API name:index_uuid -
stubB
API name:stub_b -
stubC
API name:stub_c -
build
Builds aIndexImportRequest.- Specified by:
buildin interfaceObjectBuilder<IndexImportRequest>- Throws:
java.lang.NullPointerException- if some of the required fields are null.
-