@Generated(value="software.amazon.awssdk:codegen") public class CSVMappingParameters extends Object implements StructuredPojo, ToCopyableBuilder<CSVMappingParameters.Builder,CSVMappingParameters>
Provides additional mapping information when the record format uses delimiters, such as CSV. For example, the following sample records use CSV format, where the records use the '\n' as the row delimiter and a comma (",") as the column delimiter:
"name1", "address1"
"name2, "address2"
| Modifier and Type | Class and Description |
|---|---|
static interface |
CSVMappingParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CSVMappingParameters.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
recordColumnDelimiter()
Column delimiter.
|
String |
recordRowDelimiter()
Row delimiter.
|
static Class<? extends CSVMappingParameters.Builder> |
serializableBuilderClass() |
CSVMappingParameters.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String recordRowDelimiter()
Row delimiter. For example, in a CSV format, '\n' is the typical row delimiter.
public String recordColumnDelimiter()
Column delimiter. For example, in a CSV format, a comma (",") is the typical column delimiter.
public CSVMappingParameters.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CSVMappingParameters.Builder,CSVMappingParameters>public static CSVMappingParameters.Builder builder()
public static Class<? extends CSVMappingParameters.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.