Class CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty>
A builder for
CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.durationInSeconds(Number durationInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
durationInSeconds
@Stability(Stable) public CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty.Builder durationInSeconds(Number durationInSeconds) - Parameters:
durationInSeconds- The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.SplunkRetryOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-