Class CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.getEnabled()processors(List<? extends Object> processors) processors(IResolvable processors)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.Builder enabled(Boolean enabled) Sets the value ofCfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.getEnabled()- Parameters:
enabled- Indicates whether data processing is enabled (true) or disabled (false).- Returns:
this
-
enabled
@Stability(Stable) public CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.getEnabled()- Parameters:
enabled- Indicates whether data processing is enabled (true) or disabled (false).- Returns:
this
-
processors
@Stability(Stable) public CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.Builder processors(IResolvable processors) - Parameters:
processors- The data processors.- Returns:
this
-
processors
@Stability(Stable) public CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty.Builder processors(List<? extends Object> processors) - Parameters:
processors- The data processors.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.ProcessingConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-