Uses of Interface
software.amazon.awssdk.services.firehose.model.MSKSourceConfiguration.Builder
-
Packages that use MSKSourceConfiguration.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of MSKSourceConfiguration.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return MSKSourceConfiguration.Builder Modifier and Type Method Description default MSKSourceConfiguration.BuilderMSKSourceConfiguration.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)The authentication configuration of the Amazon MSK cluster.MSKSourceConfiguration.BuilderMSKSourceConfiguration.Builder. authenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)The authentication configuration of the Amazon MSK cluster.static MSKSourceConfiguration.BuilderMSKSourceConfiguration. builder()MSKSourceConfiguration.BuilderMSKSourceConfiguration.Builder. mskClusterARN(String mskClusterARN)The ARN of the Amazon MSK cluster.MSKSourceConfiguration.BuilderMSKSourceConfiguration. toBuilder()MSKSourceConfiguration.BuilderMSKSourceConfiguration.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 MSKSourceConfiguration.Builder Modifier and Type Method Description static Class<? extends MSKSourceConfiguration.Builder>MSKSourceConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type MSKSourceConfiguration.Builder Modifier and Type Method Description default CreateDeliveryStreamRequest.BuilderCreateDeliveryStreamRequest.Builder. mskSourceConfiguration(Consumer<MSKSourceConfiguration.Builder> mskSourceConfiguration)Sets the value of the MSKSourceConfiguration property for this object.
-