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 timestamp.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKinesisStreamSourceDescription.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 Amazon Web Services Identity and Access Management (IAM) ARN Format.
roleARN - The ARN of the role used by the source Kinesis data stream. For more information, see Amazon Web Services 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 timestamp.
deliveryStartTimestamp - Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this
timestamp.Copyright © 2023. All rights reserved.