Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private ElasticsearchRetryOptions |
ElasticsearchDestinationUpdate.retryOptions
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
private ElasticsearchRetryOptions |
ElasticsearchDestinationDescription.retryOptions
Elasticsearch retry options.
|
private ElasticsearchRetryOptions |
ElasticsearchDestinationConfiguration.retryOptions
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchRetryOptions |
ElasticsearchRetryOptions.clone() |
ElasticsearchRetryOptions |
ElasticsearchDestinationUpdate.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchRetryOptions |
ElasticsearchDestinationDescription.getRetryOptions()
Elasticsearch retry options.
|
ElasticsearchRetryOptions |
ElasticsearchDestinationConfiguration.getRetryOptions()
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchRetryOptions |
ElasticsearchRetryOptions.withDurationInSeconds(java.lang.Integer durationInSeconds)
After an initial failure to deliver to Amazon ES, the total amount of
time during which Firehose re-attempts delivery (including the first
attempt).
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchDestinationUpdate.setRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
void |
ElasticsearchDestinationDescription.setRetryOptions(ElasticsearchRetryOptions retryOptions)
Elasticsearch retry options.
|
void |
ElasticsearchDestinationConfiguration.setRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchDestinationUpdate |
ElasticsearchDestinationUpdate.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
ElasticsearchDestinationDescription |
ElasticsearchDestinationDescription.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Elasticsearch retry options.
|
ElasticsearchDestinationConfiguration |
ElasticsearchDestinationConfiguration.withRetryOptions(ElasticsearchRetryOptions retryOptions)
Configures retry behavior in the event that Firehose is unable to deliver
documents to Amazon ES.
|
Modifier and Type | Method and Description |
---|---|
ElasticsearchRetryOptions |
ElasticsearchRetryOptionsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchRetryOptionsJsonMarshaller.marshall(ElasticsearchRetryOptions elasticsearchRetryOptions,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|