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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaSchemaValidationConfig.Builderattribute(String attribute)The attributes you want your schema registry to validate and filter for.KafkaSchemaValidationConfig.Builderattribute(KafkaSchemaValidationAttribute attribute)The attributes you want your schema registry to validate and filter for.- 
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopy
 - 
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, build
 - 
Methods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
 
- 
 
- 
- 
- 
Method Detail- 
attributeKafkaSchemaValidationConfig.Builder attribute(String attribute) The attributes you want your schema registry to validate and filter for. If you selected JSONas theEventRecordFormat, Lambda also deserializes the selected message attributes.- Parameters:
- attribute- The attributes you want your schema registry to validate and filter for. If you selected- JSONas 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
 
 - 
attributeKafkaSchemaValidationConfig.Builder attribute(KafkaSchemaValidationAttribute attribute) The attributes you want your schema registry to validate and filter for. If you selected JSONas theEventRecordFormat, Lambda also deserializes the selected message attributes.- Parameters:
- attribute- The attributes you want your schema registry to validate and filter for. If you selected- JSONas 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
 
 
- 
 
-