Package | Description |
---|---|
com.amazonaws.services.kinesisfirehose.model | |
com.amazonaws.services.kinesisfirehose.model.transform |
Modifier and Type | Field and Description |
---|---|
private CopyCommand |
RedshiftDestinationUpdate.copyCommand
The
COPY command. |
private CopyCommand |
RedshiftDestinationDescription.copyCommand
The
COPY command. |
private CopyCommand |
RedshiftDestinationConfiguration.copyCommand
The
COPY command. |
Modifier and Type | Method and Description |
---|---|
CopyCommand |
CopyCommand.clone() |
CopyCommand |
RedshiftDestinationUpdate.getCopyCommand()
The
COPY command. |
CopyCommand |
RedshiftDestinationDescription.getCopyCommand()
The
COPY command. |
CopyCommand |
RedshiftDestinationConfiguration.getCopyCommand()
The
COPY command. |
CopyCommand |
CopyCommand.withCopyOptions(java.lang.String copyOptions)
Optional parameters to use with the Amazon Redshift
COPY
command. |
CopyCommand |
CopyCommand.withDataTableColumns(java.lang.String dataTableColumns)
A comma-separated list of column names.
|
CopyCommand |
CopyCommand.withDataTableName(java.lang.String dataTableName)
The name of the target table.
|
Modifier and Type | Method and Description |
---|---|
void |
RedshiftDestinationUpdate.setCopyCommand(CopyCommand copyCommand)
The
COPY command. |
void |
RedshiftDestinationDescription.setCopyCommand(CopyCommand copyCommand)
The
COPY command. |
void |
RedshiftDestinationConfiguration.setCopyCommand(CopyCommand copyCommand)
The
COPY command. |
RedshiftDestinationUpdate |
RedshiftDestinationUpdate.withCopyCommand(CopyCommand copyCommand)
The
COPY command. |
RedshiftDestinationDescription |
RedshiftDestinationDescription.withCopyCommand(CopyCommand copyCommand)
The
COPY command. |
RedshiftDestinationConfiguration |
RedshiftDestinationConfiguration.withCopyCommand(CopyCommand copyCommand)
The
COPY command. |
Modifier and Type | Method and Description |
---|---|
CopyCommand |
CopyCommandJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CopyCommandJsonMarshaller.marshall(CopyCommand copyCommand,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|