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 interface
KafkaSchemaValidationConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KafkaSchemaValidationAttribute
attribute()
The attributes you want your schema registry to validate and filter for.String
attributeAsString()
The attributes you want your schema registry to validate and filter for.static KafkaSchemaValidationConfig.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends KafkaSchemaValidationConfig.Builder>
serializableBuilderClass()
KafkaSchemaValidationConfig.Builder
toBuilder()
String
toString()
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
JSON
as theEventRecordFormat
, Lambda also deserializes the selected message attributes.If the service returns an enum value that is not available in the current SDK version,
attribute
will 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
JSON
as 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
JSON
as theEventRecordFormat
, Lambda also deserializes the selected message attributes.If the service returns an enum value that is not available in the current SDK version,
attribute
will 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
JSON
as theEventRecordFormat
, Lambda also deserializes the selected message attributes. - See Also:
KafkaSchemaValidationAttribute
-
toBuilder
public KafkaSchemaValidationConfig.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-