public static interface OpenSearchAction.Builder extends SdkPojo, CopyableBuilder<OpenSearchAction.Builder,OpenSearchAction>
| Modifier and Type | Method and Description |
|---|---|
OpenSearchAction.Builder |
endpoint(String endpoint)
The endpoint of your OpenSearch domain.
|
OpenSearchAction.Builder |
id(String id)
The unique identifier for the document you are storing.
|
OpenSearchAction.Builder |
index(String index)
The OpenSearch index where you want to store your data.
|
OpenSearchAction.Builder |
roleArn(String roleArn)
The IAM role ARN that has access to OpenSearch.
|
OpenSearchAction.Builder |
type(String type)
The type of document you are storing.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpenSearchAction.Builder roleArn(String roleArn)
The IAM role ARN that has access to OpenSearch.
roleArn - The IAM role ARN that has access to OpenSearch.OpenSearchAction.Builder endpoint(String endpoint)
The endpoint of your OpenSearch domain.
endpoint - The endpoint of your OpenSearch domain.OpenSearchAction.Builder index(String index)
The OpenSearch index where you want to store your data.
index - The OpenSearch index where you want to store your data.OpenSearchAction.Builder type(String type)
The type of document you are storing.
type - The type of document you are storing.OpenSearchAction.Builder id(String id)
The unique identifier for the document you are storing.
id - The unique identifier for the document you are storing.Copyright © 2023. All rights reserved.