@Stability(value=Stable) public static final class CfnDeliveryStream.CopyCommandProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.CopyCommandProperty>
CfnDeliveryStream.CopyCommandProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.CopyCommandProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.CopyCommandProperty.Builder |
copyOptions(String copyOptions)
Sets the value of
CfnDeliveryStream.CopyCommandProperty.getCopyOptions() |
CfnDeliveryStream.CopyCommandProperty.Builder |
dataTableColumns(String dataTableColumns)
Sets the value of
CfnDeliveryStream.CopyCommandProperty.getDataTableColumns() |
CfnDeliveryStream.CopyCommandProperty.Builder |
dataTableName(String dataTableName)
Sets the value of
CfnDeliveryStream.CopyCommandProperty.getDataTableName() |
@Stability(value=Stable) public CfnDeliveryStream.CopyCommandProperty.Builder dataTableName(String dataTableName)
CfnDeliveryStream.CopyCommandProperty.getDataTableName()dataTableName - The name of the target table. This parameter is required.
The table must already exist in the database.this@Stability(value=Stable) public CfnDeliveryStream.CopyCommandProperty.Builder copyOptions(String copyOptions)
CfnDeliveryStream.CopyCommandProperty.getCopyOptions()copyOptions - Parameters to use with the Amazon Redshift `COPY` command.
For examples, see the CopyOptions content for the CopyCommand data type in the Amazon Kinesis Data Firehose API Reference .this@Stability(value=Stable) public CfnDeliveryStream.CopyCommandProperty.Builder dataTableColumns(String dataTableColumns)
CfnDeliveryStream.CopyCommandProperty.getDataTableColumns()dataTableColumns - A comma-separated list of column names.this@Stability(value=Stable) public CfnDeliveryStream.CopyCommandProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.CopyCommandProperty>CfnDeliveryStream.CopyCommandPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.