public static class OciOpenSearchSourceLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OciOpenSearchSourceLocation |
build() |
OciOpenSearchSourceLocation.Builder |
copy(OciOpenSearchSourceLocation model) |
OciOpenSearchSourceLocation.Builder |
id(String id)
The OCID of the OCI OpenSearch cluster.
|
OciOpenSearchSourceLocation.Builder |
indexName(String indexName)
The name of the index in OpenSearch that contains the source text.
|
OciOpenSearchSourceLocation.Builder |
url(String url)
The URL of the retrieved document, if available.
|
public OciOpenSearchSourceLocation.Builder id(String id)
The OCID of the OCI OpenSearch cluster.
id
- the value to setpublic OciOpenSearchSourceLocation.Builder indexName(String indexName)
The name of the index in OpenSearch that contains the source text.
indexName
- the value to setpublic OciOpenSearchSourceLocation.Builder url(String url)
The URL of the retrieved document, if available.
url
- the value to setpublic OciOpenSearchSourceLocation build()
public OciOpenSearchSourceLocation.Builder copy(OciOpenSearchSourceLocation model)
Copyright © 2016–2024. All rights reserved.