Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Index |
build() |
Index.Builder |
copy(Index model) |
Index.Builder |
name(String name)
The index name in opensearch.
|
Index.Builder |
schema(IndexSchema schema) |
public Index.Builder name(String name)
The index name in opensearch.
name
- the value to setpublic Index.Builder schema(IndexSchema schema)
public Index build()
public Index.Builder copy(Index model)
Copyright © 2016–2024. All rights reserved.