static DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.builder() |
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbExport(String dynamodbExport) |
Specifies the export type for DynamoDB data extraction.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbExport(DdbExportType dynamodbExport) |
Specifies the export type for DynamoDB data extraction.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbS3Bucket(String dynamodbS3Bucket) |
The name of the Amazon S3 bucket used for intermediate storage during the DynamoDB ELT process.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbS3BucketOwner(String dynamodbS3BucketOwner) |
The Amazon Web Services account ID of the owner of the S3 bucket specified in DynamodbS3Bucket.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbS3Prefix(String dynamodbS3Prefix) |
The S3 object key prefix for files stored in the intermediate S3 bucket during the DynamoDB ELT process.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbStsRoleArn(String dynamodbStsRoleArn) |
The Amazon Resource Name (ARN) of the Amazon Web Services Security Token Service (STS) role to assume for
accessing DynamoDB and S3 resources during the ELT operation.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbTableArn(String dynamodbTableArn) |
The Amazon Resource Name (ARN) of the DynamoDB table to extract data from.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.Builder.dynamodbUnnestDDBJson(Boolean dynamodbUnnestDDBJson) |
A boolean value that specifies whether to unnest DynamoDB JSON format during data extraction.
|
DDBELTConnectionOptions.Builder |
DDBELTConnectionOptions.toBuilder() |
|