Interface KafkaSchemaValidationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KafkaSchemaValidationConfig.Builder,
,KafkaSchemaValidationConfig> SdkBuilder<KafkaSchemaValidationConfig.Builder,
,KafkaSchemaValidationConfig> SdkPojo
- Enclosing class:
KafkaSchemaValidationConfig
@Mutable
@NotThreadSafe
public static interface KafkaSchemaValidationConfig.Builder
extends SdkPojo, CopyableBuilder<KafkaSchemaValidationConfig.Builder,KafkaSchemaValidationConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe attributes you want your schema registry to validate and filter for.attribute
(KafkaSchemaValidationAttribute attribute) The attributes you want your schema registry to validate and filter for.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
attribute
The attributes you want your schema registry to validate and filter for. If you selected
JSON
as theEventRecordFormat
, Lambda also deserializes the selected message attributes.- Parameters:
attribute
- The attributes you want your schema registry to validate and filter for. If you selectedJSON
as theEventRecordFormat
, Lambda also deserializes the selected message attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attribute
The attributes you want your schema registry to validate and filter for. If you selected
JSON
as theEventRecordFormat
, Lambda also deserializes the selected message attributes.- Parameters:
attribute
- The attributes you want your schema registry to validate and filter for. If you selectedJSON
as theEventRecordFormat
, Lambda also deserializes the selected message attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-