@Stability(value=Stable) public static final class CfnDeliveryStream.ElasticsearchRetryOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.ElasticsearchRetryOptionsProperty>
CfnDeliveryStream.ElasticsearchRetryOptionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.ElasticsearchRetryOptionsProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.ElasticsearchRetryOptionsProperty.Builder |
durationInSeconds(Number durationInSeconds)
|
@Stability(value=Stable) public CfnDeliveryStream.ElasticsearchRetryOptionsProperty.Builder durationInSeconds(Number durationInSeconds)
durationInSeconds - After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt).
If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the DurationInSeconds content for the ElasticsearchRetryOptions data type in the Amazon Kinesis Data Firehose API Reference .this@Stability(value=Stable) public CfnDeliveryStream.ElasticsearchRetryOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.ElasticsearchRetryOptionsProperty>CfnDeliveryStream.ElasticsearchRetryOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.