public class DestinationSchema extends Object implements Serializable, Cloneable
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
Constructor and Description |
---|
DestinationSchema() |
Modifier and Type | Method and Description |
---|---|
DestinationSchema |
clone() |
boolean |
equals(Object obj) |
String |
getRecordFormatType()
Specifies the format of the records on the output stream.
|
int |
hashCode() |
void |
setRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
void |
setRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DestinationSchema |
withRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
DestinationSchema |
withRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
public void setRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType
- Specifies the format of the records on the output stream.RecordFormatType
public String getRecordFormatType()
Specifies the format of the records on the output stream.
RecordFormatType
public DestinationSchema withRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType
- Specifies the format of the records on the output stream.RecordFormatType
public void setRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType
- Specifies the format of the records on the output stream.RecordFormatType
public DestinationSchema withRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType
- Specifies the format of the records on the output stream.RecordFormatType
public String toString()
toString
in class Object
Object.toString()
public DestinationSchema clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.