Uses of Interface
software.amazon.awssdk.services.firehose.model.SourceDescription.Builder
-
Packages that use SourceDescription.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SourceDescription.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SourceDescription.Builder Modifier and Type Method Description static SourceDescription.BuilderSourceDescription. builder()default SourceDescription.BuilderSourceDescription.Builder. kinesisStreamSourceDescription(Consumer<KinesisStreamSourceDescription.Builder> kinesisStreamSourceDescription)The KinesisStreamSourceDescription value for the source Kinesis data stream.SourceDescription.BuilderSourceDescription.Builder. kinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)The KinesisStreamSourceDescription value for the source Kinesis data stream.default SourceDescription.BuilderSourceDescription.Builder. mskSourceDescription(Consumer<MSKSourceDescription.Builder> mskSourceDescription)The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.SourceDescription.BuilderSourceDescription.Builder. mskSourceDescription(MSKSourceDescription mskSourceDescription)The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.SourceDescription.BuilderSourceDescription. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type SourceDescription.Builder Modifier and Type Method Description static Class<? extends SourceDescription.Builder>SourceDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type SourceDescription.Builder Modifier and Type Method Description default DeliveryStreamDescription.BuilderDeliveryStreamDescription.Builder. source(Consumer<SourceDescription.Builder> source)If theDeliveryStreamTypeparameter isKinesisStreamAsSource, a SourceDescription object describing the source Kinesis data stream.
-