| 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 S3 endpoint.
|
S3Settings |
Endpoint.getS3Settings()
The settings for the S3 target endpoint.
|
S3Settings |
ModifyEndpointRequest.getS3Settings()
Settings in JSON format for the target 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.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.withExternalTableDefinition(String externalTableDefinition) |
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 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 S3 endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withS3Settings(S3Settings s3Settings)
Settings in JSON format for the target 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 S3 endpoint.
|
Copyright © 2017. All rights reserved.