| 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.
|
| 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 © 2019. All rights reserved.