public static interface ElasticsearchAction.Builder extends CopyableBuilder<ElasticsearchAction.Builder,ElasticsearchAction>
| Modifier and Type | Method and Description |
|---|---|
ElasticsearchAction.Builder |
endpoint(String endpoint)
The endpoint of your Elasticsearch domain.
|
ElasticsearchAction.Builder |
id(String id)
The unique identifier for the document you are storing.
|
ElasticsearchAction.Builder |
index(String index)
The Elasticsearch index where you want to store your data.
|
ElasticsearchAction.Builder |
roleArn(String roleArn)
The IAM role ARN that has access to Elasticsearch.
|
ElasticsearchAction.Builder |
type(String type)
The type of document you are storing.
|
copyapply, buildElasticsearchAction.Builder roleArn(String roleArn)
The IAM role ARN that has access to Elasticsearch.
roleArn - The IAM role ARN that has access to Elasticsearch.ElasticsearchAction.Builder endpoint(String endpoint)
The endpoint of your Elasticsearch domain.
endpoint - The endpoint of your Elasticsearch domain.ElasticsearchAction.Builder index(String index)
The Elasticsearch index where you want to store your data.
index - The Elasticsearch index where you want to store your data.ElasticsearchAction.Builder type(String type)
The type of document you are storing.
type - The type of document you are storing.ElasticsearchAction.Builder id(String id)
The unique identifier for the document you are storing.
id - The unique identifier for the document you are storing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.