Uses of Interface
software.amazon.awssdk.services.firehose.model.KinesisStreamSourceDescription.Builder
-
Packages that use KinesisStreamSourceDescription.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of KinesisStreamSourceDescription.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return KinesisStreamSourceDescription.Builder Modifier and Type Method Description static KinesisStreamSourceDescription.BuilderKinesisStreamSourceDescription. builder()KinesisStreamSourceDescription.BuilderKinesisStreamSourceDescription.Builder. deliveryStartTimestamp(Instant deliveryStartTimestamp)Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.KinesisStreamSourceDescription.BuilderKinesisStreamSourceDescription.Builder. kinesisStreamARN(String kinesisStreamARN)The Amazon Resource Name (ARN) of the source Kinesis data stream.KinesisStreamSourceDescription.BuilderKinesisStreamSourceDescription.Builder. roleARN(String roleARN)The ARN of the role used by the source Kinesis data stream.KinesisStreamSourceDescription.BuilderKinesisStreamSourceDescription. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type KinesisStreamSourceDescription.Builder Modifier and Type Method Description static Class<? extends KinesisStreamSourceDescription.Builder>KinesisStreamSourceDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type KinesisStreamSourceDescription.Builder Modifier and Type Method Description default SourceDescription.BuilderSourceDescription.Builder. kinesisStreamSourceDescription(Consumer<KinesisStreamSourceDescription.Builder> kinesisStreamSourceDescription)The KinesisStreamSourceDescription value for the source Kinesis data stream.
-