Uses of Interface
software.amazon.awssdk.services.lambda.model.KafkaSchemaRegistryConfig.Builder
Packages that use KafkaSchemaRegistryConfig.Builder
-
Uses of KafkaSchemaRegistryConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return KafkaSchemaRegistryConfig.BuilderModifier and TypeMethodDescriptionKafkaSchemaRegistryConfig.Builder.accessConfigs(Collection<KafkaSchemaRegistryAccessConfig> accessConfigs) An array of access configuration objects that tell Lambda how to authenticate with your schema registry.KafkaSchemaRegistryConfig.Builder.accessConfigs(Consumer<KafkaSchemaRegistryAccessConfig.Builder>... accessConfigs) An array of access configuration objects that tell Lambda how to authenticate with your schema registry.KafkaSchemaRegistryConfig.Builder.accessConfigs(KafkaSchemaRegistryAccessConfig... accessConfigs) An array of access configuration objects that tell Lambda how to authenticate with your schema registry.KafkaSchemaRegistryConfig.builder()KafkaSchemaRegistryConfig.Builder.eventRecordFormat(String eventRecordFormat) The record format that Lambda delivers to your function after schema validation.KafkaSchemaRegistryConfig.Builder.eventRecordFormat(SchemaRegistryEventRecordFormat eventRecordFormat) The record format that Lambda delivers to your function after schema validation.KafkaSchemaRegistryConfig.Builder.schemaRegistryURI(String schemaRegistryURI) The URI for your schema registry.KafkaSchemaRegistryConfig.Builder.schemaValidationConfigs(Collection<KafkaSchemaValidationConfig> schemaValidationConfigs) An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.KafkaSchemaRegistryConfig.Builder.schemaValidationConfigs(Consumer<KafkaSchemaValidationConfig.Builder>... schemaValidationConfigs) An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.KafkaSchemaRegistryConfig.Builder.schemaValidationConfigs(KafkaSchemaValidationConfig... schemaValidationConfigs) An array of schema validation configuration objects, which tell Lambda the message attributes you want to validate and filter using your schema registry.KafkaSchemaRegistryConfig.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type KafkaSchemaRegistryConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KafkaSchemaRegistryConfig.Builder>KafkaSchemaRegistryConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type KafkaSchemaRegistryConfig.BuilderModifier and TypeMethodDescriptionAmazonManagedKafkaEventSourceConfig.Builder.schemaRegistryConfig(Consumer<KafkaSchemaRegistryConfig.Builder> schemaRegistryConfig) Specific configuration settings for a Kafka schema registry.SelfManagedKafkaEventSourceConfig.Builder.schemaRegistryConfig(Consumer<KafkaSchemaRegistryConfig.Builder> schemaRegistryConfig) Specific configuration settings for a Kafka schema registry.