| Package | Description |
|---|---|
| com.amazonaws.services.databasemigrationservice.model |
| Modifier and Type | Method and Description |
|---|---|
RedshiftSettings |
RedshiftSettings.clone() |
RedshiftSettings |
CreateEndpointRequest.getRedshiftSettings() |
RedshiftSettings |
Endpoint.getRedshiftSettings()
Settings for the Amazon Redshift endpoint
|
RedshiftSettings |
ModifyEndpointRequest.getRedshiftSettings() |
RedshiftSettings |
RedshiftSettings.withAcceptAnyDate(Boolean acceptAnyDate)
Allows any date format, including invalid formats such as 00/00/00 00:00:00, to be loaded without generating an
error.
|
RedshiftSettings |
RedshiftSettings.withAfterConnectScript(String afterConnectScript)
Code to run after connecting.
|
RedshiftSettings |
RedshiftSettings.withBucketFolder(String bucketFolder)
The location where the CSV files are stored before being uploaded to the S3 bucket.
|
RedshiftSettings |
RedshiftSettings.withBucketName(String bucketName)
The name of the S3 bucket you want to use
|
RedshiftSettings |
RedshiftSettings.withConnectionTimeout(Integer connectionTimeout)
Sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish
a connection.
|
RedshiftSettings |
RedshiftSettings.withDatabaseName(String databaseName)
The name of the Amazon Redshift data warehouse (service) you are working with.
|
RedshiftSettings |
RedshiftSettings.withDateFormat(String dateFormat)
The date format you are using.
|
RedshiftSettings |
RedshiftSettings.withEmptyAsNull(Boolean emptyAsNull)
Specifies whether AWS DMS should migrate empty CHAR and VARCHAR fields as NULL.
|
RedshiftSettings |
RedshiftSettings.withEncryptionMode(EncryptionModeValue encryptionMode)
The type of server side encryption you want to use for your data.
|
RedshiftSettings |
RedshiftSettings.withEncryptionMode(String encryptionMode)
The type of server side encryption you want to use for your data.
|
RedshiftSettings |
RedshiftSettings.withFileTransferUploadStreams(Integer fileTransferUploadStreams)
Specifies the number of threads used to upload a single file.
|
RedshiftSettings |
RedshiftSettings.withLoadTimeout(Integer loadTimeout)
Sets the amount of time to wait (in milliseconds) before timing out, beginning from when you begin loading.
|
RedshiftSettings |
RedshiftSettings.withMaxFileSize(Integer maxFileSize)
Specifies the maximum size (in KB) of any CSV file used to transfer data to Amazon Redshift.
|
RedshiftSettings |
RedshiftSettings.withPassword(String password)
The password for the user named in the username property.
|
RedshiftSettings |
RedshiftSettings.withPort(Integer port)
The port number for Amazon Redshift.
|
RedshiftSettings |
RedshiftSettings.withRemoveQuotes(Boolean removeQuotes)
Removes surrounding quotation marks from strings in the incoming data.
|
RedshiftSettings |
RedshiftSettings.withReplaceChars(String replaceChars)
Replaces invalid characters specified in
ReplaceInvalidChars, substituting the specified value
instead. |
RedshiftSettings |
RedshiftSettings.withReplaceInvalidChars(String replaceInvalidChars)
A list of chars you want to replace.
|
RedshiftSettings |
RedshiftSettings.withServerName(String serverName)
The name of the Amazon Redshift cluster you are using.
|
RedshiftSettings |
RedshiftSettings.withServerSideEncryptionKmsKeyId(String serverSideEncryptionKmsKeyId)
If you are using SSE_KMS for the
EncryptionMode, provide the KMS Key ID. |
RedshiftSettings |
RedshiftSettings.withServiceAccessRoleArn(String serviceAccessRoleArn)
The ARN of the role that has access to the Redshift service.
|
RedshiftSettings |
RedshiftSettings.withTimeFormat(String timeFormat)
The time format you want to use.
|
RedshiftSettings |
RedshiftSettings.withTrimBlanks(Boolean trimBlanks)
Removes the trailing white space characters from a VARCHAR string.
|
RedshiftSettings |
RedshiftSettings.withTruncateColumns(Boolean truncateColumns)
Truncates data in columns to the appropriate number of characters, so that it fits in the column.
|
RedshiftSettings |
RedshiftSettings.withUsername(String username)
An Amazon Redshift user name for a registered user.
|
RedshiftSettings |
RedshiftSettings.withWriteBufferSize(Integer writeBufferSize)
The size of the write buffer to use in rows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateEndpointRequest.setRedshiftSettings(RedshiftSettings redshiftSettings) |
void |
Endpoint.setRedshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint
|
void |
ModifyEndpointRequest.setRedshiftSettings(RedshiftSettings redshiftSettings) |
CreateEndpointRequest |
CreateEndpointRequest.withRedshiftSettings(RedshiftSettings redshiftSettings) |
Endpoint |
Endpoint.withRedshiftSettings(RedshiftSettings redshiftSettings)
Settings for the Amazon Redshift endpoint
|
ModifyEndpointRequest |
ModifyEndpointRequest.withRedshiftSettings(RedshiftSettings redshiftSettings) |
Copyright © 2019. All rights reserved.