Interface KafkaSchemaValidationConfig.Builder

    • Method Detail

      • attribute

        KafkaSchemaValidationConfig.Builder attribute​(String attribute)

        The attributes you want your schema registry to validate and filter for. If you selected JSON as the EventRecordFormat, Lambda also deserializes the selected message attributes.

        Parameters:
        attribute - The attributes you want your schema registry to validate and filter for. If you selected JSON as the EventRecordFormat, Lambda also deserializes the selected message attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KafkaSchemaValidationAttribute, KafkaSchemaValidationAttribute
      • attribute

        KafkaSchemaValidationConfig.Builder attribute​(KafkaSchemaValidationAttribute attribute)

        The attributes you want your schema registry to validate and filter for. If you selected JSON as the EventRecordFormat, Lambda also deserializes the selected message attributes.

        Parameters:
        attribute - The attributes you want your schema registry to validate and filter for. If you selected JSON as the EventRecordFormat, Lambda also deserializes the selected message attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        KafkaSchemaValidationAttribute, KafkaSchemaValidationAttribute