public static interface KinesisStreamSourceDescription.Builder extends SdkPojo, CopyableBuilder<KinesisStreamSourceDescription.Builder,KinesisStreamSourceDescription>
Modifier and Type | Method and Description |
---|---|
KinesisStreamSourceDescription.Builder |
deliveryStartTimestamp(Instant deliveryStartTimestamp)
Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this time stamp.
|
KinesisStreamSourceDescription.Builder |
kinesisStreamARN(String kinesisStreamARN)
The Amazon Resource Name (ARN) of the source Kinesis data stream.
|
KinesisStreamSourceDescription.Builder |
roleARN(String roleARN)
The ARN of the role used by the source Kinesis data stream.
|
copy
applyMutation, build
KinesisStreamSourceDescription.Builder kinesisStreamARN(String kinesisStreamARN)
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
kinesisStreamARN
- The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.KinesisStreamSourceDescription.Builder roleARN(String roleARN)
The ARN of the role used by the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
roleARN
- The ARN of the role used by the source Kinesis data stream. For more information, see AWS
Identity and Access Management (IAM) ARN Format.KinesisStreamSourceDescription.Builder deliveryStartTimestamp(Instant deliveryStartTimestamp)
Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this time stamp.
deliveryStartTimestamp
- Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this time
stamp.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.