@Stability(value=Stable) public static final class CfnEndpoint.KinesisSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEndpoint.KinesisSettingsProperty>
CfnEndpoint.KinesisSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeControlDetails(Boolean includeControlDetails)
CfnEndpoint.KinesisSettingsProperty.getIncludeControlDetails()includeControlDetails - Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output.
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeControlDetails(IResolvable includeControlDetails)
CfnEndpoint.KinesisSettingsProperty.getIncludeControlDetails()includeControlDetails - Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output.
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeNullAndEmpty(Boolean includeNullAndEmpty)
CfnEndpoint.KinesisSettingsProperty.getIncludeNullAndEmpty()includeNullAndEmpty - Include NULL and empty columns for records migrated to the endpoint.
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeNullAndEmpty(IResolvable includeNullAndEmpty)
CfnEndpoint.KinesisSettingsProperty.getIncludeNullAndEmpty()includeNullAndEmpty - Include NULL and empty columns for records migrated to the endpoint.
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includePartitionValue(Boolean includePartitionValue)
CfnEndpoint.KinesisSettingsProperty.getIncludePartitionValue()includePartitionValue - Shows the partition value within the Kinesis message output, unless the partition type is `schema-table-type` .
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includePartitionValue(IResolvable includePartitionValue)
CfnEndpoint.KinesisSettingsProperty.getIncludePartitionValue()includePartitionValue - Shows the partition value within the Kinesis message output, unless the partition type is `schema-table-type` .
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeTableAlterOperations(Boolean includeTableAlterOperations)
CfnEndpoint.KinesisSettingsProperty.getIncludeTableAlterOperations()includeTableAlterOperations - Includes any data definition language (DDL) operations that change the table in the control data, such as `rename-table` , `drop-table` , `add-column` , `drop-column` , and `rename-column` .
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeTableAlterOperations(IResolvable includeTableAlterOperations)
CfnEndpoint.KinesisSettingsProperty.getIncludeTableAlterOperations()includeTableAlterOperations - Includes any data definition language (DDL) operations that change the table in the control data, such as `rename-table` , `drop-table` , `add-column` , `drop-column` , and `rename-column` .
The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeTransactionDetails(Boolean includeTransactionDetails)
CfnEndpoint.KinesisSettingsProperty.getIncludeTransactionDetails()includeTransactionDetails - Provides detailed transaction information from the source database.
This information includes a commit timestamp, a log position, and values for transaction_id , previous transaction_id , and transaction_record_id (the record offset within a transaction). The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder includeTransactionDetails(IResolvable includeTransactionDetails)
CfnEndpoint.KinesisSettingsProperty.getIncludeTransactionDetails()includeTransactionDetails - Provides detailed transaction information from the source database.
This information includes a commit timestamp, a log position, and values for transaction_id , previous transaction_id , and transaction_record_id (the record offset within a transaction). The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder messageFormat(String messageFormat)
CfnEndpoint.KinesisSettingsProperty.getMessageFormat()messageFormat - The output format for the records created on the endpoint.
The message format is JSON (default) or JSON_UNFORMATTED (a single line with no tab).this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder noHexPrefix(Boolean noHexPrefix)
CfnEndpoint.KinesisSettingsProperty.getNoHexPrefix()noHexPrefix - Set this optional parameter to `true` to avoid adding a '0x' prefix to raw data in hexadecimal format.
For example, by default, AWS DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder noHexPrefix(IResolvable noHexPrefix)
CfnEndpoint.KinesisSettingsProperty.getNoHexPrefix()noHexPrefix - Set this optional parameter to `true` to avoid adding a '0x' prefix to raw data in hexadecimal format.
For example, by default, AWS DMS adds a '0x' prefix to the LOB column type in hexadecimal format moving from an Oracle source to an Amazon Kinesis target. Use the NoHexPrefix endpoint setting to enable migration of RAW data type columns without adding the '0x' prefix.this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder partitionIncludeSchemaTable(Boolean partitionIncludeSchemaTable)
CfnEndpoint.KinesisSettingsProperty.getPartitionIncludeSchemaTable()partitionIncludeSchemaTable - Prefixes schema and table names to partition values, when the partition type is `primary-key-type` .
Doing this increases data distribution among Kinesis shards. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same shard, which causes throttling. The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder partitionIncludeSchemaTable(IResolvable partitionIncludeSchemaTable)
CfnEndpoint.KinesisSettingsProperty.getPartitionIncludeSchemaTable()partitionIncludeSchemaTable - Prefixes schema and table names to partition values, when the partition type is `primary-key-type` .
Doing this increases data distribution among Kinesis shards. For example, suppose that a SysBench schema has thousands of tables and each table has only limited range for a primary key. In this case, the same primary key is sent from thousands of tables to the same shard, which causes throttling. The default is false .this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder serviceAccessRoleArn(String serviceAccessRoleArn)
CfnEndpoint.KinesisSettingsProperty.getServiceAccessRoleArn()serviceAccessRoleArn - The Amazon Resource Name (ARN) for the IAM role that AWS DMS uses to write to the Kinesis data stream.
The role must allow the iam:PassRole action.this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty.Builder streamArn(String streamArn)
CfnEndpoint.KinesisSettingsProperty.getStreamArn()streamArn - The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.this@Stability(value=Stable) public CfnEndpoint.KinesisSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnEndpoint.KinesisSettingsProperty>CfnEndpoint.KinesisSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.