Class CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty>
A builder for
CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.intervalInSeconds(Number intervalInSeconds) Sets the value ofCfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty.getSizeInMBs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
intervalInSeconds
@Stability(Stable) public CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty.Builder intervalInSeconds(Number intervalInSeconds) - Parameters:
intervalInSeconds- Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).- Returns:
this
-
sizeInMBs
@Stability(Stable) public CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty.Builder sizeInMBs(Number sizeInMBs) Sets the value ofCfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty.getSizeInMBs()- Parameters:
sizeInMBs- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.SplunkBufferingHintsProperty - Throws:
NullPointerException- if any required attribute was not provided
-