@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ElasticsearchDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the configuration of a destination in Amazon ES.
Constructor and Description |
---|
ElasticsearchDestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
ElasticsearchDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
ElasticsearchBufferingHints |
getBufferingHints()
The buffering options.
|
CloudWatchLoggingOptions |
getCloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
|
String |
getClusterEndpoint()
The endpoint to use when communicating with the cluster.
|
DocumentIdOptions |
getDocumentIdOptions()
Indicates the method for setting up document ID.
|
String |
getDomainARN()
The ARN of the Amazon ES domain.
|
String |
getIndexName()
The Elasticsearch index name.
|
String |
getIndexRotationPeriod()
The Elasticsearch index rotation period.
|
ProcessingConfiguration |
getProcessingConfiguration()
The data processing configuration.
|
ElasticsearchRetryOptions |
getRetryOptions()
The retry behavior in case Firehose is unable to deliver documents to Amazon ES.
|
String |
getRoleARN()
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration
API and for indexing documents.
|
String |
getS3BackupMode()
Defines how documents should be delivered to Amazon S3.
|
S3DestinationConfiguration |
getS3Configuration()
The configuration for the backup Amazon S3 location.
|
String |
getTypeName()
The Elasticsearch type name.
|
VpcConfiguration |
getVpcConfiguration()
The details of the VPC of the Amazon destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBufferingHints(ElasticsearchBufferingHints bufferingHints)
The buffering options.
|
void |
setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
void |
setClusterEndpoint(String clusterEndpoint)
The endpoint to use when communicating with the cluster.
|
void |
setDocumentIdOptions(DocumentIdOptions documentIdOptions)
Indicates the method for setting up document ID.
|
void |
setDomainARN(String domainARN)
The ARN of the Amazon ES domain.
|
void |
setIndexName(String indexName)
The Elasticsearch index name.
|
void |
setIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period.
|
void |
setIndexRotationPeriod(String indexRotationPeriod)
The Elasticsearch index rotation period.
|
void |
setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
void |
setRetryOptions(ElasticsearchRetryOptions retryOptions)
The retry behavior in case Firehose is unable to deliver documents to Amazon ES.
|
void |
setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration
API and for indexing documents.
|
void |
setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
void |
setS3BackupMode(String s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
void |
setS3Configuration(S3DestinationConfiguration s3Configuration)
The configuration for the backup Amazon S3 location.
|
void |
setTypeName(String typeName)
The Elasticsearch type name.
|
void |
setVpcConfiguration(VpcConfiguration vpcConfiguration)
The details of the VPC of the Amazon destination.
|
String |
toString()
Returns a string representation of this object.
|
ElasticsearchDestinationConfiguration |
withBufferingHints(ElasticsearchBufferingHints bufferingHints)
The buffering options.
|
ElasticsearchDestinationConfiguration |
withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
|
ElasticsearchDestinationConfiguration |
withClusterEndpoint(String clusterEndpoint)
The endpoint to use when communicating with the cluster.
|
ElasticsearchDestinationConfiguration |
withDocumentIdOptions(DocumentIdOptions documentIdOptions)
Indicates the method for setting up document ID.
|
ElasticsearchDestinationConfiguration |
withDomainARN(String domainARN)
The ARN of the Amazon ES domain.
|
ElasticsearchDestinationConfiguration |
withIndexName(String indexName)
The Elasticsearch index name.
|
ElasticsearchDestinationConfiguration |
withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period.
|
ElasticsearchDestinationConfiguration |
withIndexRotationPeriod(String indexRotationPeriod)
The Elasticsearch index rotation period.
|
ElasticsearchDestinationConfiguration |
withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
ElasticsearchDestinationConfiguration |
withRetryOptions(ElasticsearchRetryOptions retryOptions)
The retry behavior in case Firehose is unable to deliver documents to Amazon ES.
|
ElasticsearchDestinationConfiguration |
withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration
API and for indexing documents.
|
ElasticsearchDestinationConfiguration |
withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
ElasticsearchDestinationConfiguration |
withS3BackupMode(String s3BackupMode)
Defines how documents should be delivered to Amazon S3.
|
ElasticsearchDestinationConfiguration |
withS3Configuration(S3DestinationConfiguration s3Configuration)
The configuration for the backup Amazon S3 location.
|
ElasticsearchDestinationConfiguration |
withTypeName(String typeName)
The Elasticsearch type name.
|
ElasticsearchDestinationConfiguration |
withVpcConfiguration(VpcConfiguration vpcConfiguration)
The details of the VPC of the Amazon destination.
|
public ElasticsearchDestinationConfiguration()
public void setRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Grant Firehose Access to an Amazon S3 Destination and Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
roleARN
- The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES
Configuration API and for indexing documents. For more information, see Grant Firehose
Access to an Amazon S3 Destination and Amazon Resource Names
(ARNs) and Amazon Web Services Service Namespaces.public String getRoleARN()
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Grant Firehose Access to an Amazon S3 Destination and Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
public ElasticsearchDestinationConfiguration withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see Grant Firehose Access to an Amazon S3 Destination and Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
roleARN
- The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Amazon ES
Configuration API and for indexing documents. For more information, see Grant Firehose
Access to an Amazon S3 Destination and Amazon Resource Names
(ARNs) and Amazon Web Services Service Namespaces.public void setDomainARN(String domainARN)
The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeDomain
,
DescribeDomains
, and DescribeDomainConfig
after assuming the role specified in
RoleARN. For more information, see Amazon Resource Names (ARNs)
and Amazon Web Services Service Namespaces.
Specify either ClusterEndpoint
or DomainARN
.
domainARN
- The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeDomain
,
DescribeDomains
, and DescribeDomainConfig
after assuming the role specified in
RoleARN. For more information, see Amazon Resource Names
(ARNs) and Amazon Web Services Service Namespaces.
Specify either ClusterEndpoint
or DomainARN
.
public String getDomainARN()
The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeDomain
,
DescribeDomains
, and DescribeDomainConfig
after assuming the role specified in
RoleARN. For more information, see Amazon Resource Names (ARNs)
and Amazon Web Services Service Namespaces.
Specify either ClusterEndpoint
or DomainARN
.
DescribeDomain
,
DescribeDomains
, and DescribeDomainConfig
after assuming the role specified in
RoleARN. For more information, see Amazon Resource Names
(ARNs) and Amazon Web Services Service Namespaces.
Specify either ClusterEndpoint
or DomainARN
.
public ElasticsearchDestinationConfiguration withDomainARN(String domainARN)
The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeDomain
,
DescribeDomains
, and DescribeDomainConfig
after assuming the role specified in
RoleARN. For more information, see Amazon Resource Names (ARNs)
and Amazon Web Services Service Namespaces.
Specify either ClusterEndpoint
or DomainARN
.
domainARN
- The ARN of the Amazon ES domain. The IAM role must have permissions for DescribeDomain
,
DescribeDomains
, and DescribeDomainConfig
after assuming the role specified in
RoleARN. For more information, see Amazon Resource Names
(ARNs) and Amazon Web Services Service Namespaces.
Specify either ClusterEndpoint
or DomainARN
.
public void setClusterEndpoint(String clusterEndpoint)
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint
or the
DomainARN
field.
clusterEndpoint
- The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint
or the DomainARN
field.public String getClusterEndpoint()
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint
or the
DomainARN
field.
ClusterEndpoint
or the DomainARN
field.public ElasticsearchDestinationConfiguration withClusterEndpoint(String clusterEndpoint)
The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint
or the
DomainARN
field.
clusterEndpoint
- The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint
or the DomainARN
field.public void setIndexName(String indexName)
The Elasticsearch index name.
indexName
- The Elasticsearch index name.public String getIndexName()
The Elasticsearch index name.
public ElasticsearchDestinationConfiguration withIndexName(String indexName)
The Elasticsearch index name.
indexName
- The Elasticsearch index name.public void setTypeName(String typeName)
The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Firehose returns an error during run time.
For Elasticsearch 7.x, don't specify a TypeName
.
typeName
- The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to
specify a new type for an existing index that already has another type, Firehose returns an error during
run time.
For Elasticsearch 7.x, don't specify a TypeName
.
public String getTypeName()
The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Firehose returns an error during run time.
For Elasticsearch 7.x, don't specify a TypeName
.
For Elasticsearch 7.x, don't specify a TypeName
.
public ElasticsearchDestinationConfiguration withTypeName(String typeName)
The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to specify a new type for an existing index that already has another type, Firehose returns an error during run time.
For Elasticsearch 7.x, don't specify a TypeName
.
typeName
- The Elasticsearch type name. For Elasticsearch 6.x, there can be only one type per index. If you try to
specify a new type for an existing index that already has another type, Firehose returns an error during
run time.
For Elasticsearch 7.x, don't specify a TypeName
.
public void setIndexRotationPeriod(String indexRotationPeriod)
The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to
facilitate the expiration of old data. For more information, see Index Rotation for
the Amazon ES Destination. The default value is OneDay
.
indexRotationPeriod
- The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to facilitate the expiration of old data. For more information, see Index Rotation
for the Amazon ES Destination. The default value is OneDay
.ElasticsearchIndexRotationPeriod
public String getIndexRotationPeriod()
The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to
facilitate the expiration of old data. For more information, see Index Rotation for
the Amazon ES Destination. The default value is OneDay
.
IndexName
to facilitate the expiration of old data. For more information, see Index
Rotation for the Amazon ES Destination. The default value is OneDay
.ElasticsearchIndexRotationPeriod
public ElasticsearchDestinationConfiguration withIndexRotationPeriod(String indexRotationPeriod)
The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to
facilitate the expiration of old data. For more information, see Index Rotation for
the Amazon ES Destination. The default value is OneDay
.
indexRotationPeriod
- The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to facilitate the expiration of old data. For more information, see Index Rotation
for the Amazon ES Destination. The default value is OneDay
.ElasticsearchIndexRotationPeriod
public void setIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to
facilitate the expiration of old data. For more information, see Index Rotation for
the Amazon ES Destination. The default value is OneDay
.
indexRotationPeriod
- The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to facilitate the expiration of old data. For more information, see Index Rotation
for the Amazon ES Destination. The default value is OneDay
.ElasticsearchIndexRotationPeriod
public ElasticsearchDestinationConfiguration withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to
facilitate the expiration of old data. For more information, see Index Rotation for
the Amazon ES Destination. The default value is OneDay
.
indexRotationPeriod
- The Elasticsearch index rotation period. Index rotation appends a timestamp to the IndexName
to facilitate the expiration of old data. For more information, see Index Rotation
for the Amazon ES Destination. The default value is OneDay
.ElasticsearchIndexRotationPeriod
public void setBufferingHints(ElasticsearchBufferingHints bufferingHints)
The buffering options. If no value is specified, the default values for ElasticsearchBufferingHints
are used.
bufferingHints
- The buffering options. If no value is specified, the default values for
ElasticsearchBufferingHints
are used.public ElasticsearchBufferingHints getBufferingHints()
The buffering options. If no value is specified, the default values for ElasticsearchBufferingHints
are used.
ElasticsearchBufferingHints
are used.public ElasticsearchDestinationConfiguration withBufferingHints(ElasticsearchBufferingHints bufferingHints)
The buffering options. If no value is specified, the default values for ElasticsearchBufferingHints
are used.
bufferingHints
- The buffering options. If no value is specified, the default values for
ElasticsearchBufferingHints
are used.public void setRetryOptions(ElasticsearchRetryOptions retryOptions)
The retry behavior in case Firehose is unable to deliver documents to Amazon ES. The default value is 300 (5 minutes).
retryOptions
- The retry behavior in case Firehose is unable to deliver documents to Amazon ES. The default value is 300
(5 minutes).public ElasticsearchRetryOptions getRetryOptions()
The retry behavior in case Firehose is unable to deliver documents to Amazon ES. The default value is 300 (5 minutes).
public ElasticsearchDestinationConfiguration withRetryOptions(ElasticsearchRetryOptions retryOptions)
The retry behavior in case Firehose is unable to deliver documents to Amazon ES. The default value is 300 (5 minutes).
retryOptions
- The retry behavior in case Firehose is unable to deliver documents to Amazon ES. The default value is 300
(5 minutes).public void setS3BackupMode(String s3BackupMode)
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
,
Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to AllDocuments
,
Firehose delivers all incoming records to Amazon S3, and also writes failed documents with
AmazonOpenSearchService-failed/
appended to the prefix. For more information, see Amazon S3 Backup for the
Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
s3BackupMode
- Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to
AllDocuments
, Firehose delivers all incoming records to Amazon S3, and also writes failed
documents with AmazonOpenSearchService-failed/
appended to the prefix. For more information,
see Amazon S3
Backup for the Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
ElasticsearchS3BackupMode
public String getS3BackupMode()
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
,
Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to AllDocuments
,
Firehose delivers all incoming records to Amazon S3, and also writes failed documents with
AmazonOpenSearchService-failed/
appended to the prefix. For more information, see Amazon S3 Backup for the
Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
FailedDocumentsOnly
, Firehose writes any documents that could not be indexed to the
configured Amazon S3 destination, with AmazonOpenSearchService-failed/
appended to the key
prefix. When set to AllDocuments
, Firehose delivers all incoming records to Amazon S3, and
also writes failed documents with AmazonOpenSearchService-failed/
appended to the prefix.
For more information, see Amazon S3 Backup
for the Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
ElasticsearchS3BackupMode
public ElasticsearchDestinationConfiguration withS3BackupMode(String s3BackupMode)
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
,
Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to AllDocuments
,
Firehose delivers all incoming records to Amazon S3, and also writes failed documents with
AmazonOpenSearchService-failed/
appended to the prefix. For more information, see Amazon S3 Backup for the
Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
s3BackupMode
- Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to
AllDocuments
, Firehose delivers all incoming records to Amazon S3, and also writes failed
documents with AmazonOpenSearchService-failed/
appended to the prefix. For more information,
see Amazon S3
Backup for the Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
ElasticsearchS3BackupMode
public void setS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
,
Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to AllDocuments
,
Firehose delivers all incoming records to Amazon S3, and also writes failed documents with
AmazonOpenSearchService-failed/
appended to the prefix. For more information, see Amazon S3 Backup for the
Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
s3BackupMode
- Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to
AllDocuments
, Firehose delivers all incoming records to Amazon S3, and also writes failed
documents with AmazonOpenSearchService-failed/
appended to the prefix. For more information,
see Amazon S3
Backup for the Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
ElasticsearchS3BackupMode
public ElasticsearchDestinationConfiguration withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
,
Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to AllDocuments
,
Firehose delivers all incoming records to Amazon S3, and also writes failed documents with
AmazonOpenSearchService-failed/
appended to the prefix. For more information, see Amazon S3 Backup for the
Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
s3BackupMode
- Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly
, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with
AmazonOpenSearchService-failed/
appended to the key prefix. When set to
AllDocuments
, Firehose delivers all incoming records to Amazon S3, and also writes failed
documents with AmazonOpenSearchService-failed/
appended to the prefix. For more information,
see Amazon S3
Backup for the Amazon ES Destination. Default value is FailedDocumentsOnly
.
You can't change this backup mode after you create the delivery stream.
ElasticsearchS3BackupMode
public void setS3Configuration(S3DestinationConfiguration s3Configuration)
The configuration for the backup Amazon S3 location.
s3Configuration
- The configuration for the backup Amazon S3 location.public S3DestinationConfiguration getS3Configuration()
The configuration for the backup Amazon S3 location.
public ElasticsearchDestinationConfiguration withS3Configuration(S3DestinationConfiguration s3Configuration)
The configuration for the backup Amazon S3 location.
s3Configuration
- The configuration for the backup Amazon S3 location.public void setProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.public ProcessingConfiguration getProcessingConfiguration()
The data processing configuration.
public ElasticsearchDestinationConfiguration withProcessingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration
- The data processing configuration.public void setCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.public CloudWatchLoggingOptions getCloudWatchLoggingOptions()
The Amazon CloudWatch logging options for your delivery stream.
public ElasticsearchDestinationConfiguration withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options for your delivery stream.
cloudWatchLoggingOptions
- The Amazon CloudWatch logging options for your delivery stream.public void setVpcConfiguration(VpcConfiguration vpcConfiguration)
The details of the VPC of the Amazon destination.
vpcConfiguration
- The details of the VPC of the Amazon destination.public VpcConfiguration getVpcConfiguration()
The details of the VPC of the Amazon destination.
public ElasticsearchDestinationConfiguration withVpcConfiguration(VpcConfiguration vpcConfiguration)
The details of the VPC of the Amazon destination.
vpcConfiguration
- The details of the VPC of the Amazon destination.public void setDocumentIdOptions(DocumentIdOptions documentIdOptions)
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
documentIdOptions
- Indicates the method for setting up document ID. The supported methods are Firehose generated document ID
and OpenSearch Service generated document ID.public DocumentIdOptions getDocumentIdOptions()
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
public ElasticsearchDestinationConfiguration withDocumentIdOptions(DocumentIdOptions documentIdOptions)
Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
documentIdOptions
- Indicates the method for setting up document ID. The supported methods are Firehose generated document ID
and OpenSearch Service generated document ID.public String toString()
toString
in class Object
Object.toString()
public ElasticsearchDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.