public static interface MSKSourceDescription.Builder extends SdkPojo, CopyableBuilder<MSKSourceDescription.Builder,MSKSourceDescription>
| Modifier and Type | Method and Description |
|---|---|
MSKSourceDescription.Builder |
authenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
|
default MSKSourceDescription.Builder |
authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
|
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 |
mskClusterARN(String mskClusterARN)
The ARN of the Amazon MSK cluster.
|
MSKSourceDescription.Builder |
topicName(String topicName)
The topic name within the Amazon MSK cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMSKSourceDescription.Builder mskClusterARN(String mskClusterARN)
The ARN of the Amazon MSK cluster.
mskClusterARN - The ARN of the Amazon MSK cluster.MSKSourceDescription.Builder topicName(String topicName)
The topic name within the Amazon MSK cluster.
topicName - The topic name within the Amazon MSK cluster.MSKSourceDescription.Builder authenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
authenticationConfiguration - The authentication configuration of the Amazon MSK cluster.default MSKSourceDescription.Builder authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
This is a convenience method that creates an instance of theAuthenticationConfiguration.Builder
avoiding the need to create one manually via AuthenticationConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to authenticationConfiguration(AuthenticationConfiguration).
authenticationConfiguration - a consumer that will call methods on AuthenticationConfiguration.BuilderauthenticationConfiguration(AuthenticationConfiguration)MSKSourceDescription.Builder deliveryStartTimestamp(Instant deliveryStartTimestamp)
Kinesis Data Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with this timestamp.
deliveryStartTimestamp - Kinesis Data Firehose starts retrieving records from the topic within the Amazon MSK cluster starting
with this timestamp.Copyright © 2023. All rights reserved.