Class JSONMappingParameters
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalyticsv2.model.JSONMappingParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
@Generated("software.amazon.awssdk:codegen") public final class JSONMappingParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJSONMappingParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JSONMappingParameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrecordRowPath()The path to the top-level parent that contains the records.List<SdkField<?>>sdkFields()static Class<? extends JSONMappingParameters.Builder>serializableBuilderClass()JSONMappingParameters.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
-
recordRowPath
public final String recordRowPath()
The path to the top-level parent that contains the records.
- Returns:
- The path to the top-level parent that contains the records.
-
toBuilder
public JSONMappingParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
-
builder
public static JSONMappingParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends JSONMappingParameters.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.
-
-