public static interface DynamodbDataSourceConfig.Builder extends CopyableBuilder<DynamodbDataSourceConfig.Builder,DynamodbDataSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
DynamodbDataSourceConfig.Builder |
awsRegion(String awsRegion)
The AWS region.
|
DynamodbDataSourceConfig.Builder |
tableName(String tableName)
The table name.
|
DynamodbDataSourceConfig.Builder |
useCallerCredentials(Boolean useCallerCredentials)
Set to TRUE to use Amazon Cognito credentials with this data source.
|
copyapply, buildDynamodbDataSourceConfig.Builder tableName(String tableName)
The table name.
tableName - The table name.DynamodbDataSourceConfig.Builder awsRegion(String awsRegion)
The AWS region.
awsRegion - The AWS region.DynamodbDataSourceConfig.Builder useCallerCredentials(Boolean useCallerCredentials)
Set to TRUE to use Amazon Cognito credentials with this data source.
useCallerCredentials - Set to TRUE to use Amazon Cognito credentials with this data source.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.