Uses of Interface
software.amazon.awssdk.services.firehose.model.MSKSourceDescription.Builder
-
Packages that use MSKSourceDescription.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of MSKSourceDescription.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return MSKSourceDescription.Builder Modifier and Type Method Description default MSKSourceDescription.BuilderMSKSourceDescription.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)The authentication configuration of the Amazon MSK cluster.MSKSourceDescription.BuilderMSKSourceDescription.Builder. authenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)The authentication configuration of the Amazon MSK cluster.static MSKSourceDescription.BuilderMSKSourceDescription. builder()MSKSourceDescription.BuilderMSKSourceDescription.Builder. deliveryStartTimestamp(Instant deliveryStartTimestamp)Kinesis Data Firehose starts retrieving records from the topic within the Amazon MSK cluster starting with this timestamp.MSKSourceDescription.BuilderMSKSourceDescription.Builder. mskClusterARN(String mskClusterARN)The ARN of the Amazon MSK cluster.MSKSourceDescription.BuilderMSKSourceDescription. toBuilder()MSKSourceDescription.BuilderMSKSourceDescription.Builder. topicName(String topicName)The topic name within the Amazon MSK cluster.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type MSKSourceDescription.Builder Modifier and Type Method Description static Class<? extends MSKSourceDescription.Builder>MSKSourceDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type MSKSourceDescription.Builder Modifier and Type Method Description default SourceDescription.BuilderSourceDescription.Builder. mskSourceDescription(Consumer<MSKSourceDescription.Builder> mskSourceDescription)The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.
-