public static final class CfnDeliveryStream.CopyCommandProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryStream.CopyCommandProperty
CfnDeliveryStream.CopyCommandProperty
CfnDeliveryStream.CopyCommandProperty.Builder, CfnDeliveryStream.CopyCommandProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCopyOptions()
Parameters to use with the Amazon Redshift `COPY` command.
|
java.lang.String |
getDataTableColumns()
A comma-separated list of column names.
|
java.lang.String |
getDataTableName()
The name of the target table.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDataTableName()
CfnDeliveryStream.CopyCommandProperty
The table must already exist in the database.
getDataTableName
in interface CfnDeliveryStream.CopyCommandProperty
public final java.lang.String getCopyOptions()
CfnDeliveryStream.CopyCommandProperty
For examples, see the CopyOptions
content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .
getCopyOptions
in interface CfnDeliveryStream.CopyCommandProperty
public final java.lang.String getDataTableColumns()
CfnDeliveryStream.CopyCommandProperty
getDataTableColumns
in interface CfnDeliveryStream.CopyCommandProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()