Class CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.kinesisfirehose.mixins.CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.kinesisStreamArn(String kinesisStreamArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kinesisStreamArn
@Stability(Stable) public CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty.Builder kinesisStreamArn(String kinesisStreamArn) Sets the value ofCfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty.getKinesisStreamArn()- Parameters:
kinesisStreamArn- The ARN of the source Kinesis data stream.- Returns:
this
-
roleArn
@Stability(Stable) public CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty.Builder roleArn(String roleArn) - Parameters:
roleArn- The ARN of the role that provides access to the source Kinesis data stream.- Returns:
this
-
build
@Stability(Stable) public CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.KinesisStreamSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-