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