public static final class CfnApplication.KinesisFirehoseInputProperty.Builder
extends java.lang.Object
CfnApplication.KinesisFirehoseInputProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplication.KinesisFirehoseInputProperty |
build()
Builds the configured instance.
|
CfnApplication.KinesisFirehoseInputProperty.Builder |
resourceArn(java.lang.String resourceArn)
Sets the value of
CfnApplication.KinesisFirehoseInputProperty.getResourceArn() |
CfnApplication.KinesisFirehoseInputProperty.Builder |
roleArn(java.lang.String roleArn)
Sets the value of
CfnApplication.KinesisFirehoseInputProperty.getRoleArn() |
public CfnApplication.KinesisFirehoseInputProperty.Builder resourceArn(java.lang.String resourceArn)
CfnApplication.KinesisFirehoseInputProperty.getResourceArn()
resourceArn
- ARN of the input delivery stream. This parameter is required.this
public CfnApplication.KinesisFirehoseInputProperty.Builder roleArn(java.lang.String roleArn)
CfnApplication.KinesisFirehoseInputProperty.getRoleArn()
roleArn
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. This parameter is required.
You need to make sure that the role has the necessary permissions to access the stream.this
public CfnApplication.KinesisFirehoseInputProperty build()
CfnApplication.KinesisFirehoseInputProperty
java.lang.NullPointerException
- if any required attribute was not provided