Uses of Class
com.amazonaws.services.kinesisfirehose.model.ElasticsearchDestinationUpdate
Packages that use ElasticsearchDestinationUpdate
-
Uses of ElasticsearchDestinationUpdate in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return ElasticsearchDestinationUpdateModifier and TypeMethodDescriptionElasticsearchDestinationUpdate.clone()UpdateDestinationRequest.getElasticsearchDestinationUpdate()Describes an update for a destination in Amazon ES.ElasticsearchDestinationUpdate.withBufferingHints(ElasticsearchBufferingHints bufferingHints) Buffering options.ElasticsearchDestinationUpdate.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) Describes CloudWatch logging options for your delivery stream.ElasticsearchDestinationUpdate.withDomainARN(String domainARN) The ARN of the Amazon ES domain.ElasticsearchDestinationUpdate.withIndexName(String indexName) The Elasticsearch index name.ElasticsearchDestinationUpdate.withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod) The Elasticsearch index rotation period.ElasticsearchDestinationUpdate.withIndexRotationPeriod(String indexRotationPeriod) The Elasticsearch index rotation period.ElasticsearchDestinationUpdate.withRetryOptions(ElasticsearchRetryOptions retryOptions) Configures retry behavior in the event that Firehose is unable to deliver documents to Amazon ES.ElasticsearchDestinationUpdate.withRoleARN(String roleARN) The ARN of the IAM role to be assumed by Firehose for calling the Amazon ES Configuration API and for indexing documents.ElasticsearchDestinationUpdate.withS3Update(S3DestinationUpdate s3Update) ElasticsearchDestinationUpdate.withTypeName(String typeName) The Elasticsearch type name.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type ElasticsearchDestinationUpdateModifier and TypeMethodDescriptionvoidUpdateDestinationRequest.setElasticsearchDestinationUpdate(ElasticsearchDestinationUpdate elasticsearchDestinationUpdate) Describes an update for a destination in Amazon ES.UpdateDestinationRequest.withElasticsearchDestinationUpdate(ElasticsearchDestinationUpdate elasticsearchDestinationUpdate) Describes an update for a destination in Amazon ES.