Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private ElasticsearchDestinationDescription |
DestinationDescription.elasticsearchDestinationDescription
The destination in Amazon ES.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.clone() |
ElasticsearchDestinationDescription |
DestinationDescription.getElasticsearchDestinationDescription()
The destination in Amazon ES.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withBufferingHints(ElasticsearchBufferingHints bufferingHints)
Buffering options.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions)
CloudWatch logging options.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withDomainARN(java.lang.String domainARN)
The ARN of the Amazon ES domain.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withIndexName(java.lang.String indexName)
The Elasticsearch index name.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withIndexRotationPeriod(ElasticsearchIndexRotationPeriod indexRotationPeriod)
The Elasticsearch index rotation period
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withIndexRotationPeriod(java.lang.String indexRotationPeriod)
The Elasticsearch index rotation period
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Elasticsearch retry options.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withRoleARN(java.lang.String roleARN)
The ARN of the AWS credentials.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withS3BackupMode(ElasticsearchS3BackupMode s3BackupMode)
Amazon S3 backup mode.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withS3BackupMode(java.lang.String s3BackupMode)
Amazon S3 backup mode.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withS3DestinationDescription(S3DestinationDescription s3DestinationDescription) |
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withTypeName(java.lang.String typeName)
The Elasticsearch type name.
|
Modifier and Type | Method and Description |
---|---|
void |
DestinationDescription.setElasticsearchDestinationDescription(ElasticsearchDestinationDescription elasticsearchDestinationDescription)
The destination in Amazon ES.
|
DestinationDescription |
DestinationDescription.withElasticsearchDestinationDescription(ElasticsearchDestinationDescription elasticsearchDestinationDescription)
The destination in Amazon ES.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDestinationDescriptionJsonMarshaller.marshall(ElasticsearchDestinationDescription elasticsearchDestinationDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|