| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
MSKSourceDescription.Builder |
MSKSourceDescription.Builder.authenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
|
default MSKSourceDescription.Builder |
MSKSourceDescription.Builder.authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
|
static MSKSourceDescription.Builder |
MSKSourceDescription.builder() |
MSKSourceDescription.Builder |
MSKSourceDescription.Builder.deliveryStartTimestamp(Instant deliveryStartTimestamp)
Kinesis Data Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with
this timestamp.
|
MSKSourceDescription.Builder |
MSKSourceDescription.Builder.mskClusterARN(String mskClusterARN)
The ARN of the Amazon MSK cluster.
|
MSKSourceDescription.Builder |
MSKSourceDescription.toBuilder() |
MSKSourceDescription.Builder |
MSKSourceDescription.Builder.topicName(String topicName)
The topic name within the Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MSKSourceDescription.Builder> |
MSKSourceDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SourceDescription.Builder |
SourceDescription.Builder.mskSourceDescription(Consumer<MSKSourceDescription.Builder> mskSourceDescription)
The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
|
Copyright © 2023. All rights reserved.