public static interface KinesisStreamSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<KinesisStreamSourceConfiguration.Builder,KinesisStreamSourceConfiguration>
Modifier and Type | Method and Description |
---|---|
KinesisStreamSourceConfiguration.Builder |
kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream.
|
KinesisStreamSourceConfiguration.Builder |
roleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis data stream.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
KinesisStreamSourceConfiguration.Builder kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
kinesisStreamARN
- The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.KinesisStreamSourceConfiguration.Builder roleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
roleARN
- The ARN of the role that provides access to the source Kinesis data stream. For more information, see
AWS
Identity and Access Management (IAM) ARN Format.Copyright © 2021. All rights reserved.