@Stability(value=Stable) public static final class CfnApplication.KinesisFirehoseInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.KinesisFirehoseInputProperty>
CfnApplication.KinesisFirehoseInputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.KinesisFirehoseInputProperty |
build()
Builds the configured instance.
|
CfnApplication.KinesisFirehoseInputProperty.Builder |
resourceArn(String resourceArn)
Sets the value of
CfnApplication.KinesisFirehoseInputProperty.getResourceArn() |
CfnApplication.KinesisFirehoseInputProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnApplication.KinesisFirehoseInputProperty.getRoleArn() |
@Stability(value=Stable) public CfnApplication.KinesisFirehoseInputProperty.Builder resourceArn(String resourceArn)
CfnApplication.KinesisFirehoseInputProperty.getResourceArn()resourceArn - ARN of the input delivery stream. This parameter is required.this@Stability(value=Stable) public CfnApplication.KinesisFirehoseInputProperty.Builder roleArn(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@Stability(value=Stable) public CfnApplication.KinesisFirehoseInputProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.KinesisFirehoseInputProperty>CfnApplication.KinesisFirehoseInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.