| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
MSKSourceDescription |
MSKSourceDescription.clone() |
MSKSourceDescription |
SourceDescription.getMSKSourceDescription()
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
|
MSKSourceDescription |
MSKSourceDescription.withAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
|
MSKSourceDescription |
MSKSourceDescription.withDeliveryStartTimestamp(Date deliveryStartTimestamp)
Kinesis Data Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with this
timestamp.
|
MSKSourceDescription |
MSKSourceDescription.withMSKClusterARN(String mSKClusterARN)
The ARN of the Amazon MSK cluster.
|
MSKSourceDescription |
MSKSourceDescription.withTopicName(String topicName)
The topic name within the Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDescription.setMSKSourceDescription(MSKSourceDescription mSKSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
|
SourceDescription |
SourceDescription.withMSKSourceDescription(MSKSourceDescription mSKSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
|
Copyright © 2024. All rights reserved.