public static final class CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder |
kinesisStreamArn(java.lang.String kinesisStreamArn)
|
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder |
roleArn(java.lang.String roleArn)
Sets the value of
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.getRoleArn() |
public CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder kinesisStreamArn(java.lang.String kinesisStreamArn)
kinesisStreamArn
- The ARN of the source Kinesis data stream. This parameter is required.this
public CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.Builder roleArn(java.lang.String roleArn)
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty.getRoleArn()
roleArn
- The ARN of the role that provides access to the source Kinesis data stream. This parameter is required.this
public CfnDeliveryStream.KinesisStreamSourceConfigurationProperty build()
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided