Package | Description |
---|---|
software.amazon.awssdk.services.firehose.model |
Modifier and Type | Method and Description |
---|---|
default ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.bufferingHints(Consumer<ElasticsearchBufferingHints.Builder> bufferingHints)
The buffering options.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.bufferingHints(ElasticsearchBufferingHints bufferingHints)
The buffering options.
|
static ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.builder() |
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The Amazon CloudWatch logging options.
|
default ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.cloudWatchLoggingOptions(Consumer<CloudWatchLoggingOptions.Builder> cloudWatchLoggingOptions)
The Amazon CloudWatch logging options.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.clusterEndpoint(String clusterEndpoint)
The endpoint to use when communicating with the cluster.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.domainARN(String domainARN)
The ARN of the Amazon ES domain.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.indexName(String indexName)
The Elasticsearch index name.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.indexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.indexRotationPeriod(String indexRotationPeriod)
The Elasticsearch index rotation period
|
default ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.processingConfiguration(Consumer<ProcessingConfiguration.Builder> processingConfiguration)
The data processing configuration.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
|
default ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.retryOptions(Consumer<ElasticsearchRetryOptions.Builder> retryOptions)
The Amazon ES retry options.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.retryOptions(ElasticsearchRetryOptions retryOptions)
The Amazon ES retry options.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.roleARN(String roleARN)
The Amazon Resource Name (ARN) of the AWS credentials.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.s3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
|
default ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.s3DestinationDescription(Consumer<S3DestinationDescription.Builder> s3DestinationDescription)
The Amazon S3 destination.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.toBuilder() |
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.typeName(String typeName)
The Elasticsearch type name.
|
default ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.vpcConfigurationDescription(Consumer<VpcConfigurationDescription.Builder> vpcConfigurationDescription)
The details of the VPC of the Amazon ES destination.
|
ElasticsearchDestinationDescription.Builder |
ElasticsearchDestinationDescription.Builder.vpcConfigurationDescription(VpcConfigurationDescription vpcConfigurationDescription)
The details of the VPC of the Amazon ES destination.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends ElasticsearchDestinationDescription.Builder> |
ElasticsearchDestinationDescription.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default DestinationDescription.Builder |
DestinationDescription.Builder.elasticsearchDestinationDescription(Consumer<ElasticsearchDestinationDescription.Builder> elasticsearchDestinationDescription)
The destination in Amazon ES.
|
Copyright © 2022. All rights reserved.