Class CfnDeliveryStream.ProcessorProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.ProcessorProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnDeliveryStream.ProcessorProperty>
- Enclosing interface:
- CfnDeliveryStream.ProcessorProperty
@Stability(Stable)
public static final class CfnDeliveryStream.ProcessorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.ProcessorProperty>
A builder for 
CfnDeliveryStream.ProcessorProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.parameters(List<? extends Object> parameters) Sets the value ofCfnDeliveryStream.ProcessorProperty.getParameters()parameters(IResolvable parameters) Sets the value ofCfnDeliveryStream.ProcessorProperty.getParameters()Sets the value ofCfnDeliveryStream.ProcessorProperty.getType()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
typeSets the value ofCfnDeliveryStream.ProcessorProperty.getType()- Parameters:
- type- The type of processor. This parameter is required. Valid values:- Lambda.
- Returns:
- this
 
- 
parameters@Stability(Stable) public CfnDeliveryStream.ProcessorProperty.Builder parameters(IResolvable parameters) Sets the value ofCfnDeliveryStream.ProcessorProperty.getParameters()- Parameters:
- parameters- The processor parameters.
- Returns:
- this
 
- 
parameters@Stability(Stable) public CfnDeliveryStream.ProcessorProperty.Builder parameters(List<? extends Object> parameters) Sets the value ofCfnDeliveryStream.ProcessorProperty.getParameters()- Parameters:
- parameters- The processor parameters.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnDeliveryStream.ProcessorProperty>
- Returns:
- a new instance of CfnDeliveryStream.ProcessorProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-