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 IndexImportRequest
build()
Builds aIndexImportRequest
.IndexImportRequest.Builder
indexUuid(java.lang.String value)
Auto generated - missing in the input spec API name:index_uuid
IndexImportRequest.Builder
stubA(java.lang.String value)
API name:stub_a
IndexImportRequest.Builder
stubB(java.lang.String value)
API name:stub_b
IndexImportRequest.Builder
stubC(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:
build
in interfaceObjectBuilder<IndexImportRequest>
- Throws:
java.lang.NullPointerException
- if some of the required fields are null.
-