@Generated(value="software.amazon.awssdk:codegen") public final class JSONMappingParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
For an SQL-based Amazon Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
JSONMappingParameters.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static JSONMappingParameters.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
recordRowPath()
 The path to the top-level parent that contains the records. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends JSONMappingParameters.Builder> | 
serializableBuilderClass()  | 
JSONMappingParameters.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String recordRowPath()
The path to the top-level parent that contains the records.
public JSONMappingParameters.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>public static JSONMappingParameters.Builder builder()
public static Class<? extends JSONMappingParameters.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.