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