Class KafkaSchemaValidationConfig
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.model.KafkaSchemaValidationConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KafkaSchemaValidationConfig.Builder,KafkaSchemaValidationConfig>
@Generated("software.amazon.awssdk:codegen") public final class KafkaSchemaValidationConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KafkaSchemaValidationConfig.Builder,KafkaSchemaValidationConfig>
Specific schema validation configuration settings that tell Lambda the message attributes you want to validate and filter using your schema registry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKafkaSchemaValidationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaSchemaValidationAttributeattribute()The attributes you want your schema registry to validate and filter for.StringattributeAsString()The attributes you want your schema registry to validate and filter for.static KafkaSchemaValidationConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KafkaSchemaValidationConfig.Builder>serializableBuilderClass()KafkaSchemaValidationConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
attribute
public final 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.If the service returns an enum value that is not available in the current SDK version,
attributewill returnKafkaSchemaValidationAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- The attributes you want your schema registry to validate and filter for. If you selected
JSONas theEventRecordFormat, Lambda also deserializes the selected message attributes. - See Also:
KafkaSchemaValidationAttribute
-
attributeAsString
public final String attributeAsString()
The attributes you want your schema registry to validate and filter for. If you selected
JSONas theEventRecordFormat, Lambda also deserializes the selected message attributes.If the service returns an enum value that is not available in the current SDK version,
attributewill returnKafkaSchemaValidationAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromattributeAsString().- Returns:
- The attributes you want your schema registry to validate and filter for. If you selected
JSONas theEventRecordFormat, Lambda also deserializes the selected message attributes. - See Also:
KafkaSchemaValidationAttribute
-
toBuilder
public KafkaSchemaValidationConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KafkaSchemaValidationConfig.Builder,KafkaSchemaValidationConfig>
-
builder
public static KafkaSchemaValidationConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends KafkaSchemaValidationConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-