| 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.withCdcInsertsOnly(Boolean cdcInsertsOnly)
Option to write only
INSERT operations to the comma-separated value (CSV) 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 which you want to use for output.
|
S3Settings |
S3Settings.withDataFormat(String dataFormat)
The format of the data which 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)
Enables statistics for Parquet pages and rowGroups.
|
S3Settings |
S3Settings.withEncodingType(EncodingTypeValue encodingType)
The type of encoding you are using:
RLE_DICTIONARY (default), PLAIN, or
PLAIN_DICTIONARY. |
S3Settings |
S3Settings.withEncodingType(String encodingType)
The type of encoding you are using:
RLE_DICTIONARY (default), PLAIN, or
PLAIN_DICTIONARY. |
S3Settings |
S3Settings.withEncryptionMode(EncryptionModeValue encryptionMode)
The type of server side encryption you want to use for your data.
|
S3Settings |
S3Settings.withEncryptionMode(String encryptionMode)
The type of server side encryption you want to use for your data.
|
S3Settings |
S3Settings.withExternalTableDefinition(String externalTableDefinition)
The external table definition.
|
S3Settings |
S3Settings.withParquetVersion(ParquetVersionValue parquetVersion)
The version of Apache Parquet format you want to use:
PARQUET_1_0 (default) or
PARQUET_2_0. |
S3Settings |
S3Settings.withParquetVersion(String parquetVersion)
The version of Apache Parquet format you want to use:
PARQUET_1_0 (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 KMS Key ID. |
S3Settings |
S3Settings.withServiceAccessRoleArn(String serviceAccessRoleArn)
The Amazon Resource Name (ARN) used by the service access IAM role.
|
| 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 © 2019. All rights reserved.