CopyableBuilder<MappingParameters.Builder,MappingParameters>
, SdkBuilder<MappingParameters.Builder,MappingParameters>
public static interface MappingParameters.Builder extends CopyableBuilder<MappingParameters.Builder,MappingParameters>
Modifier and Type | Method | Description |
---|---|---|
MappingParameters.Builder |
csvMappingParameters(CSVMappingParameters csvMappingParameters) |
Provides additional mapping information when the record format uses delimiters (for example, CSV).
|
MappingParameters.Builder |
jsonMappingParameters(JSONMappingParameters jsonMappingParameters) |
Provides additional mapping information when JSON is the record format on the streaming source.
|
copy
apply, build
MappingParameters.Builder jsonMappingParameters(JSONMappingParameters jsonMappingParameters)
Provides additional mapping information when JSON is the record format on the streaming source.
jsonMappingParameters
- Provides additional mapping information when JSON is the record format on the streaming source.MappingParameters.Builder csvMappingParameters(CSVMappingParameters csvMappingParameters)
Provides additional mapping information when the record format uses delimiters (for example, CSV).
csvMappingParameters
- Provides additional mapping information when the record format uses delimiters (for example, CSV).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.