public static interface DynamodbDataSourceConfig.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
DynamodbDataSourceConfig.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.