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 Summary
-
Method Summary
Modifier 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
-
Builder
public Builder()
-
-
Method Details
-
type
Sets 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
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.ProcessorProperty>
- Returns:
- a new instance of
CfnDeliveryStream.ProcessorProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-