@Stability(value=Stable) public static final class CfnApplicationOutput.KinesisStreamsOutputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationOutput.KinesisStreamsOutputProperty>
CfnApplicationOutput.KinesisStreamsOutputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationOutput.KinesisStreamsOutputProperty |
build()
Builds the configured instance.
|
CfnApplicationOutput.KinesisStreamsOutputProperty.Builder |
resourceArn(String resourceArn)
Sets the value of
CfnApplicationOutput.KinesisStreamsOutputProperty.getResourceArn() |
CfnApplicationOutput.KinesisStreamsOutputProperty.Builder |
roleArn(String roleArn)
Sets the value of
CfnApplicationOutput.KinesisStreamsOutputProperty.getRoleArn() |
@Stability(value=Stable) public CfnApplicationOutput.KinesisStreamsOutputProperty.Builder resourceArn(String resourceArn)
CfnApplicationOutput.KinesisStreamsOutputProperty.getResourceArn()resourceArn - ARN of the destination Amazon Kinesis stream to write to. This parameter is required.this@Stability(value=Stable) public CfnApplicationOutput.KinesisStreamsOutputProperty.Builder roleArn(String roleArn)
CfnApplicationOutput.KinesisStreamsOutputProperty.getRoleArn()roleArn - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination stream on your behalf. This parameter is required.
You need to grant the necessary permissions to this role.this@Stability(value=Stable) public CfnApplicationOutput.KinesisStreamsOutputProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationOutput.KinesisStreamsOutputProperty>CfnApplicationOutput.KinesisStreamsOutputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.