StructuredPojo
, ToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
@Generated("software.amazon.awssdk:codegen") public class JSONMappingParameters extends Object implements StructuredPojo, ToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
Provides additional mapping information when JSON is the record format on the streaming source.
Modifier and Type | Class | Description |
---|---|---|
static interface |
JSONMappingParameters.Builder |
Modifier and Type | Method | Description |
---|---|---|
static JSONMappingParameters.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
recordRowPath() |
Path to the top-level parent that contains the records.
|
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() |
public String recordRowPath()
Path to the top-level parent that contains the records.
For example, consider the following JSON record:
In the RecordRowPath
, "$"
refers to the root and path "$.vehicle.Model"
refers to the specific "Model"
key in the JSON.
For example, consider the following JSON record:
In the RecordRowPath
, "$"
refers to the root and path
"$.vehicle.Model"
refers to the specific "Model"
key in the JSON.
public JSONMappingParameters.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JSONMappingParameters.Builder,JSONMappingParameters>
public static JSONMappingParameters.Builder builder()
public static Class<? extends JSONMappingParameters.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.