public static interface KinesisStreamSourceDescription.Builder extends CopyableBuilder<KinesisStreamSourceDescription.Builder,KinesisStreamSourceDescription>
| Modifier and Type | Method and Description |
|---|---|
KinesisStreamSourceDescription.Builder |
deliveryStartTimestamp(Instant deliveryStartTimestamp)
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
|
KinesisStreamSourceDescription.Builder |
kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
|
KinesisStreamSourceDescription.Builder |
roleARN(String roleARN)
The ARN of the role used by the source Kinesis stream.
|
copyapply, buildKinesisStreamSourceDescription.Builder kinesisStreamARN(String kinesisStreamARN)
The ARN of the source Kinesis stream.
kinesisStreamARN - The ARN of the source Kinesis stream.KinesisStreamSourceDescription.Builder roleARN(String roleARN)
The ARN of the role used by the source Kinesis stream.
roleARN - The ARN of the role used by the source Kinesis stream.KinesisStreamSourceDescription.Builder deliveryStartTimestamp(Instant deliveryStartTimestamp)
Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.
deliveryStartTimestamp - Kinesis Firehose starts retrieving records from the Kinesis stream starting with this time stamp.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.