| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.clone() |
SourceDescription |
DeliveryStreamDescription.getSource()
If the
DeliveryStreamType parameter is KinesisStreamAsSource, a
SourceDescription object describing the source Kinesis data stream. |
SourceDescription |
SourceDescription.withKinesisStreamSourceDescription(KinesisStreamSourceDescription kinesisStreamSourceDescription)
The KinesisStreamSourceDescription value for the source Kinesis data stream.
|
SourceDescription |
SourceDescription.withMSKSourceDescription(MSKSourceDescription mSKSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeliveryStreamDescription.setSource(SourceDescription source)
If the
DeliveryStreamType parameter is KinesisStreamAsSource, a
SourceDescription object describing the source Kinesis data stream. |
DeliveryStreamDescription |
DeliveryStreamDescription.withSource(SourceDescription source)
If the
DeliveryStreamType parameter is KinesisStreamAsSource, a
SourceDescription object describing the source Kinesis data stream. |
Copyright © 2025. All rights reserved.