@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyCommand extends Object implements Serializable, Cloneable, StructuredPojo
Describes a COPY
command for Amazon Redshift.
Constructor and Description |
---|
CopyCommand() |
Modifier and Type | Method and Description |
---|---|
CopyCommand |
clone() |
boolean |
equals(Object obj) |
String |
getCopyOptions()
Optional parameters to use with the Amazon Redshift
COPY command. |
String |
getDataTableColumns()
A comma-separated list of column names.
|
String |
getDataTableName()
The name of the target table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCopyOptions(String copyOptions)
Optional parameters to use with the Amazon Redshift
COPY command. |
void |
setDataTableColumns(String dataTableColumns)
A comma-separated list of column names.
|
void |
setDataTableName(String dataTableName)
The name of the target table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CopyCommand |
withCopyOptions(String copyOptions)
Optional parameters to use with the Amazon Redshift
COPY command. |
CopyCommand |
withDataTableColumns(String dataTableColumns)
A comma-separated list of column names.
|
CopyCommand |
withDataTableName(String dataTableName)
The name of the target table.
|
public void setDataTableName(String dataTableName)
The name of the target table. The table must already exist in the database.
dataTableName
- The name of the target table. The table must already exist in the database.public String getDataTableName()
The name of the target table. The table must already exist in the database.
public CopyCommand withDataTableName(String dataTableName)
The name of the target table. The table must already exist in the database.
dataTableName
- The name of the target table. The table must already exist in the database.public void setDataTableColumns(String dataTableColumns)
A comma-separated list of column names.
dataTableColumns
- A comma-separated list of column names.public String getDataTableColumns()
A comma-separated list of column names.
public CopyCommand withDataTableColumns(String dataTableColumns)
A comma-separated list of column names.
dataTableColumns
- A comma-separated list of column names.public void setCopyOptions(String copyOptions)
Optional parameters to use with the Amazon Redshift COPY
command. For more information, see the
"Optional Parameters" section of Amazon
Redshift COPY command. Some possible examples that would apply to Kinesis Firehose are as follows:
delimiter '\t' lzop;
- fields are delimited with "\t" (TAB character) and compressed using lzop.
delimiter '|'
- fields are delimited with "|" (this is the default delimiter).
delimiter '|' escape
- the delimiter should be escaped.
fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6'
- fields are fixed width
in the source, with each width specified after every column in the table.
JSON 's3://mybucket/jsonpaths.txt'
- data is in JSON format, and the path specified is the format of
the data.
For more examples, see Amazon Redshift COPY command examples.
copyOptions
- Optional parameters to use with the Amazon Redshift COPY
command. For more information, see
the "Optional Parameters" section of Amazon Redshift COPY command. Some
possible examples that would apply to Kinesis Firehose are as follows:
delimiter '\t' lzop;
- fields are delimited with "\t" (TAB character) and compressed using
lzop.
delimiter '|'
- fields are delimited with "|" (this is the default delimiter).
delimiter '|' escape
- the delimiter should be escaped.
fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6'
- fields are fixed
width in the source, with each width specified after every column in the table.
JSON 's3://mybucket/jsonpaths.txt'
- data is in JSON format, and the path specified is the
format of the data.
For more examples, see Amazon Redshift COPY command examples.
public String getCopyOptions()
Optional parameters to use with the Amazon Redshift COPY
command. For more information, see the
"Optional Parameters" section of Amazon
Redshift COPY command. Some possible examples that would apply to Kinesis Firehose are as follows:
delimiter '\t' lzop;
- fields are delimited with "\t" (TAB character) and compressed using lzop.
delimiter '|'
- fields are delimited with "|" (this is the default delimiter).
delimiter '|' escape
- the delimiter should be escaped.
fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6'
- fields are fixed width
in the source, with each width specified after every column in the table.
JSON 's3://mybucket/jsonpaths.txt'
- data is in JSON format, and the path specified is the format of
the data.
For more examples, see Amazon Redshift COPY command examples.
COPY
command. For more information, see
the "Optional Parameters" section of Amazon Redshift COPY command. Some
possible examples that would apply to Kinesis Firehose are as follows:
delimiter '\t' lzop;
- fields are delimited with "\t" (TAB character) and compressed using
lzop.
delimiter '|'
- fields are delimited with "|" (this is the default delimiter).
delimiter '|' escape
- the delimiter should be escaped.
fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6'
- fields are
fixed width in the source, with each width specified after every column in the table.
JSON 's3://mybucket/jsonpaths.txt'
- data is in JSON format, and the path specified is the
format of the data.
For more examples, see Amazon Redshift COPY command examples.
public CopyCommand withCopyOptions(String copyOptions)
Optional parameters to use with the Amazon Redshift COPY
command. For more information, see the
"Optional Parameters" section of Amazon
Redshift COPY command. Some possible examples that would apply to Kinesis Firehose are as follows:
delimiter '\t' lzop;
- fields are delimited with "\t" (TAB character) and compressed using lzop.
delimiter '|'
- fields are delimited with "|" (this is the default delimiter).
delimiter '|' escape
- the delimiter should be escaped.
fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6'
- fields are fixed width
in the source, with each width specified after every column in the table.
JSON 's3://mybucket/jsonpaths.txt'
- data is in JSON format, and the path specified is the format of
the data.
For more examples, see Amazon Redshift COPY command examples.
copyOptions
- Optional parameters to use with the Amazon Redshift COPY
command. For more information, see
the "Optional Parameters" section of Amazon Redshift COPY command. Some
possible examples that would apply to Kinesis Firehose are as follows:
delimiter '\t' lzop;
- fields are delimited with "\t" (TAB character) and compressed using
lzop.
delimiter '|'
- fields are delimited with "|" (this is the default delimiter).
delimiter '|' escape
- the delimiter should be escaped.
fixedwidth 'venueid:3,venuename:25,venuecity:12,venuestate:2,venueseats:6'
- fields are fixed
width in the source, with each width specified after every column in the table.
JSON 's3://mybucket/jsonpaths.txt'
- data is in JSON format, and the path specified is the
format of the data.
For more examples, see Amazon Redshift COPY command examples.
public String toString()
toString
in class Object
Object.toString()
public CopyCommand clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.