default MSKSourceDescription.Builder |
MSKSourceDescription.Builder.authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration) |
The authentication configuration of the Amazon MSK cluster.
|
MSKSourceDescription.Builder |
MSKSourceDescription.Builder.authenticationConfiguration(AuthenticationConfiguration authenticationConfiguration) |
The authentication configuration of the Amazon MSK cluster.
|
static MSKSourceDescription.Builder |
MSKSourceDescription.builder() |
|
MSKSourceDescription.Builder |
MSKSourceDescription.Builder.deliveryStartTimestamp(Instant deliveryStartTimestamp) |
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.Builder.readFromTimestamp(Instant readFromTimestamp) |
The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to
read.
|
MSKSourceDescription.Builder |
MSKSourceDescription.toBuilder() |
|
MSKSourceDescription.Builder |
MSKSourceDescription.Builder.topicName(String topicName) |
The topic name within the Amazon MSK cluster.
|