| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
S3Settings |
S3Settings.clone() |
S3Settings |
CreateEndpointRequest.getS3Settings()
Settings in JSON format for the target Amazon S3 endpoint.
|
S3Settings |
Endpoint.getS3Settings()
The settings for the S3 target endpoint.
|
S3Settings |
ModifyEndpointRequest.getS3Settings()
Settings in JSON format for the target Amazon S3 endpoint.
|
S3Settings |
S3Settings.withBucketFolder(String bucketFolder)
An optional parameter to set a folder name in the S3 bucket.
|
S3Settings |
S3Settings.withBucketName(String bucketName)
The name of the S3 bucket.
|
S3Settings |
S3Settings.withCdcInsertsAndUpdates(Boolean cdcInsertsAndUpdates)
A value that enables a change data capture (CDC) load to write INSERT and UPDATE operations to .csv or .parquet
(columnar storage) output files.
|
S3Settings |
S3Settings.withCdcInsertsOnly(Boolean cdcInsertsOnly)
A value that enables a change data capture (CDC) load to write only INSERT operations to .csv or columnar storage
(.parquet) output files.
|
S3Settings |
S3Settings.withCompressionType(CompressionTypeValue compressionType)
An optional parameter to use GZIP to compress the target files.
|
S3Settings |
S3Settings.withCompressionType(String compressionType)
An optional parameter to use GZIP to compress the target files.
|
S3Settings |
S3Settings.withCsvDelimiter(String csvDelimiter)
The delimiter used to separate columns in the source files.
|
S3Settings |
S3Settings.withCsvRowDelimiter(String csvRowDelimiter)
The delimiter used to separate rows in the source files.
|
S3Settings |
S3Settings.withDataFormat(DataFormatValue dataFormat)
The format of the data that you want to use for output.
|
S3Settings |
S3Settings.withDataFormat(String dataFormat)
The format of the data that you want to use for output.
|
S3Settings |
S3Settings.withDataPageSize(Integer dataPageSize)
The size of one data page in bytes.
|
S3Settings |
S3Settings.withDictPageSizeLimit(Integer dictPageSizeLimit)
The maximum size of an encoded dictionary page of a column.
|
S3Settings |
S3Settings.withEnableStatistics(Boolean enableStatistics)
A value that enables statistics for Parquet pages and row groups.
|
S3Settings |
S3Settings.withEncodingType(EncodingTypeValue encodingType)
The type of encoding you are using:
|
S3Settings |
S3Settings.withEncodingType(String encodingType)
The type of encoding you are using:
|
S3Settings |
S3Settings.withEncryptionMode(EncryptionModeValue encryptionMode)
The type of server-side encryption that you want to use for your data.
|
S3Settings |
S3Settings.withEncryptionMode(String encryptionMode)
The type of server-side encryption that you want to use for your data.
|
S3Settings |
S3Settings.withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
S3Settings |
S3Settings.withIncludeOpForFullLoad(Boolean includeOpForFullLoad)
A value that enables a full load to write INSERT operations to the comma-separated value (.csv) output files only
to indicate how the rows were added to the source database.
|
S3Settings |
S3Settings.withParquetTimestampInMillisecond(Boolean parquetTimestampInMillisecond)
A value that specifies the precision of any
TIMESTAMP column values that are written to an Amazon S3
object file in .parquet format. |
S3Settings |
S3Settings.withParquetVersion(ParquetVersionValue parquetVersion)
The version of the Apache Parquet format that you want to use:
parquet_1_0 (the default) or
parquet_2_0. |
S3Settings |
S3Settings.withParquetVersion(String parquetVersion)
The version of the Apache Parquet format that you want to use:
parquet_1_0 (the default) or
parquet_2_0. |
S3Settings |
S3Settings.withRowGroupLength(Integer rowGroupLength)
The number of rows in a row group.
|
S3Settings |
S3Settings.withServerSideEncryptionKmsKeyId(String serverSideEncryptionKmsKeyId)
If you are using
SSE_KMS for the EncryptionMode, provide the AWS KMS key ID. |
S3Settings |
S3Settings.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
|
S3Settings |
S3Settings.withTimestampColumnName(String timestampColumnName)
A value that when nonblank causes AWS DMS to add a column with timestamp information to the endpoint data for an
Amazon S3 target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
void |
Endpoint.setS3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint.
|
void |
ModifyEndpointRequest.setS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
Endpoint |
Endpoint.withS3Settings(S3Settings s3Settings)
The settings for the S3 target endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withS3Settings(S3Settings s3Settings)
Settings in JSON format for the target Amazon S3 endpoint.
|
Copyright © 2020. All rights reserved.