Class CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enabled(IResolvable enabled) retryOptions(CfnDeliveryStreamPropsMixin.RetryOptionsProperty retryOptions) retryOptions(IResolvable retryOptions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.Builder enabled(Boolean enabled) - Parameters:
enabled- Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.- Returns:
this
-
enabled
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.Builder enabled(IResolvable enabled) - Parameters:
enabled- Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.- Returns:
this
-
retryOptions
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.Builder retryOptions(IResolvable retryOptions) Sets the value ofCfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.getRetryOptions()- Parameters:
retryOptions- Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.- Returns:
this
-
retryOptions
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.Builder retryOptions(CfnDeliveryStreamPropsMixin.RetryOptionsProperty retryOptions) Sets the value ofCfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty.getRetryOptions()- Parameters:
retryOptions- Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.- Returns:
this
-
build
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.DynamicPartitioningConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-