public class RecordFormat extends Object implements Serializable, Cloneable
Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
Constructor and Description |
---|
RecordFormat() |
Modifier and Type | Method and Description |
---|---|
RecordFormat |
clone() |
boolean |
equals(Object obj) |
MappingParameters |
getMappingParameters() |
String |
getRecordFormatType()
The type of record format.
|
int |
hashCode() |
void |
setMappingParameters(MappingParameters mappingParameters) |
void |
setRecordFormatType(RecordFormatType recordFormatType)
The type of record format.
|
void |
setRecordFormatType(String recordFormatType)
The type of record format.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RecordFormat |
withMappingParameters(MappingParameters mappingParameters) |
RecordFormat |
withRecordFormatType(RecordFormatType recordFormatType)
The type of record format.
|
RecordFormat |
withRecordFormatType(String recordFormatType)
The type of record format.
|
public void setRecordFormatType(String recordFormatType)
The type of record format.
recordFormatType
- The type of record format.RecordFormatType
public String getRecordFormatType()
The type of record format.
RecordFormatType
public RecordFormat withRecordFormatType(String recordFormatType)
The type of record format.
recordFormatType
- The type of record format.RecordFormatType
public void setRecordFormatType(RecordFormatType recordFormatType)
The type of record format.
recordFormatType
- The type of record format.RecordFormatType
public RecordFormat withRecordFormatType(RecordFormatType recordFormatType)
The type of record format.
recordFormatType
- The type of record format.RecordFormatType
public void setMappingParameters(MappingParameters mappingParameters)
mappingParameters
- public MappingParameters getMappingParameters()
public RecordFormat withMappingParameters(MappingParameters mappingParameters)
mappingParameters
- public String toString()
toString
in class Object
Object.toString()
public RecordFormat clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.