Uses of Class
com.amazonaws.services.kinesisfirehose.model.ElasticsearchDestinationDescription
Packages that use ElasticsearchDestinationDescription
-
Uses of ElasticsearchDestinationDescription in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchDestinationDescriptionModifier and TypeMethodDescriptionElasticsearchDestinationDescription.clone()
DestinationDescription.getElasticsearchDestinationDescription()
The destination in Amazon ES.ElasticsearchDestinationDescription.withBufferingHints
(ElasticsearchBufferingHints bufferingHints) Buffering options.ElasticsearchDestinationDescription.withCloudWatchLoggingOptions
(CloudWatchLoggingOptions cloudWatchLoggingOptions) CloudWatch logging options.ElasticsearchDestinationDescription.withDomainARN
(String domainARN) The ARN of the Amazon ES domain.ElasticsearchDestinationDescription.withIndexName
(String indexName) The Elasticsearch index name.ElasticsearchDestinationDescription.withIndexRotationPeriod
(ElasticsearchIndexRotationPeriod indexRotationPeriod) The Elasticsearch index rotation periodElasticsearchDestinationDescription.withIndexRotationPeriod
(String indexRotationPeriod) The Elasticsearch index rotation periodElasticsearchDestinationDescription.withRetryOptions
(ElasticsearchRetryOptions retryOptions) Elasticsearch retry options.ElasticsearchDestinationDescription.withRoleARN
(String roleARN) The ARN of the AWS credentials.ElasticsearchDestinationDescription.withS3BackupMode
(ElasticsearchS3BackupMode s3BackupMode) Amazon S3 backup mode.ElasticsearchDestinationDescription.withS3BackupMode
(String s3BackupMode) Amazon S3 backup mode.ElasticsearchDestinationDescription.withS3DestinationDescription
(S3DestinationDescription s3DestinationDescription) ElasticsearchDestinationDescription.withTypeName
(String typeName) The Elasticsearch type name.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type ElasticsearchDestinationDescriptionModifier and TypeMethodDescriptionvoid
DestinationDescription.setElasticsearchDestinationDescription
(ElasticsearchDestinationDescription elasticsearchDestinationDescription) The destination in Amazon ES.DestinationDescription.withElasticsearchDestinationDescription
(ElasticsearchDestinationDescription elasticsearchDestinationDescription) The destination in Amazon ES.