Uses of Interface
software.amazon.awssdk.services.databasemigration.model.KinesisSettings.Builder
Packages that use KinesisSettings.Builder
-
Uses of KinesisSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KinesisSettings.BuilderModifier and TypeMethodDescriptionstatic KinesisSettings.BuilderKinesisSettings.builder()KinesisSettings.Builder.includeControlDetails(Boolean includeControlDetails) Shows detailed control information for table definition, column definition, and table and column changes in the Kinesis message output.KinesisSettings.Builder.includeNullAndEmpty(Boolean includeNullAndEmpty) Include NULL and empty columns for records migrated to the endpoint.KinesisSettings.Builder.includePartitionValue(Boolean includePartitionValue) Shows the partition value within the Kinesis message output, unless the partition type isschema-table-type.KinesisSettings.Builder.includeTableAlterOperations(Boolean includeTableAlterOperations) Includes any data definition language (DDL) operations that change the table in the control data, such asrename-table,drop-table,add-column,drop-column, andrename-column.KinesisSettings.Builder.includeTransactionDetails(Boolean includeTransactionDetails) Provides detailed transaction information from the source database.KinesisSettings.Builder.messageFormat(String messageFormat) The output format for the records created on the endpoint.KinesisSettings.Builder.messageFormat(MessageFormatValue messageFormat) The output format for the records created on the endpoint.KinesisSettings.Builder.noHexPrefix(Boolean noHexPrefix) Set this optional parameter totrueto avoid adding a '0x' prefix to raw data in hexadecimal format.KinesisSettings.Builder.partitionIncludeSchemaTable(Boolean partitionIncludeSchemaTable) Prefixes schema and table names to partition values, when the partition type isprimary-key-type.KinesisSettings.Builder.serviceAccessRoleArn(String serviceAccessRoleArn) The Amazon Resource Name (ARN) for the IAM role that DMS uses to write to the Kinesis data stream.The Amazon Resource Name (ARN) for the Amazon Kinesis Data Streams endpoint.KinesisSettings.toBuilder()KinesisSettings.Builder.useLargeIntegerValue(Boolean useLargeIntegerValue) Specifies using the large integer value with Kinesis.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type KinesisSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends KinesisSettings.Builder>KinesisSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type KinesisSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings) Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.default Endpoint.BuilderEndpoint.Builder.kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings) The settings for the Amazon Kinesis target endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.kinesisSettings(Consumer<KinesisSettings.Builder> kinesisSettings) Settings in JSON format for the target endpoint for Amazon Kinesis Data Streams.