public static interface KinesisStreamSourceConfiguration.Builder extends CopyableBuilder<KinesisStreamSourceConfiguration.Builder,KinesisStreamSourceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamSourceConfiguration.Builder |
kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
|
KinesisStreamSourceConfiguration.Builder |
roleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis stream.
|
copyapply, buildKinesisStreamSourceConfiguration.Builder kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
kinesisStreamARN - The ARN of the source Kinesis stream.KinesisStreamSourceConfiguration.Builder roleARN(String roleARN)
The ARN of the role that provides access to the source Kinesis stream.
roleARN - The ARN of the role that provides access to the source Kinesis stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.