CopyableBuilder<ElasticsearchDestinationDescription.Builder,ElasticsearchDestinationDescription>, SdkBuilder<ElasticsearchDestinationDescription.Builder,ElasticsearchDestinationDescription>public static interface ElasticsearchDestinationDescription.Builder extends CopyableBuilder<ElasticsearchDestinationDescription.Builder,ElasticsearchDestinationDescription>
copyapply, buildElasticsearchDestinationDescription.Builder roleARN(String roleARN)
The ARN of the AWS credentials.
roleARN - The ARN of the AWS credentials.ElasticsearchDestinationDescription.Builder domainARN(String domainARN)
The ARN of the Amazon ES domain.
domainARN - The ARN of the Amazon ES domain.ElasticsearchDestinationDescription.Builder indexName(String indexName)
The Elasticsearch index name.
indexName - The Elasticsearch index name.ElasticsearchDestinationDescription.Builder typeName(String typeName)
The Elasticsearch type name.
typeName - The Elasticsearch type name.ElasticsearchDestinationDescription.Builder indexRotationPeriod(String indexRotationPeriod)
The Elasticsearch index rotation period
indexRotationPeriod - The Elasticsearch index rotation periodElasticsearchIndexRotationPeriodElasticsearchDestinationDescription.Builder indexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period
indexRotationPeriod - The Elasticsearch index rotation periodElasticsearchIndexRotationPeriodElasticsearchDestinationDescription.Builder bufferingHints(ElasticsearchBufferingHints bufferingHints)
The buffering options.
bufferingHints - The buffering options.ElasticsearchDestinationDescription.Builder retryOptions(ElasticsearchRetryOptions retryOptions)
The Amazon ES retry options.
retryOptions - The Amazon ES retry options.ElasticsearchDestinationDescription.Builder s3BackupMode(String s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.ElasticsearchS3BackupModeElasticsearchDestinationDescription.Builder s3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
The Amazon S3 backup mode.
s3BackupMode - The Amazon S3 backup mode.ElasticsearchS3BackupModeElasticsearchDestinationDescription.Builder s3DestinationDescription(S3DestinationDescription s3DestinationDescription)
The Amazon S3 destination.
s3DestinationDescription - The Amazon S3 destination.ElasticsearchDestinationDescription.Builder processingConfiguration(ProcessingConfiguration processingConfiguration)
The data processing configuration.
processingConfiguration - The data processing configuration.ElasticsearchDestinationDescription.Builder cloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
The CloudWatch logging options.
cloudWatchLoggingOptions - The CloudWatch logging options.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.