public static interface DynamodbDataSourceConfig.Builder extends SdkPojo, CopyableBuilder<DynamodbDataSourceConfig.Builder,DynamodbDataSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
DynamodbDataSourceConfig.Builder |
awsRegion(String awsRegion)
The Amazon Web Services Region.
|
default DynamodbDataSourceConfig.Builder |
deltaSyncConfig(Consumer<DeltaSyncConfig.Builder> deltaSyncConfig)
The
DeltaSyncConfig for a versioned data source. |
DynamodbDataSourceConfig.Builder |
deltaSyncConfig(DeltaSyncConfig deltaSyncConfig)
The
DeltaSyncConfig for a versioned data source. |
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.
|
DynamodbDataSourceConfig.Builder |
versioned(Boolean versioned)
Set to TRUE to use Conflict Detection and Resolution with this data source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDynamodbDataSourceConfig.Builder tableName(String tableName)
The table name.
tableName - The table name.DynamodbDataSourceConfig.Builder awsRegion(String awsRegion)
The Amazon Web Services Region.
awsRegion - The Amazon Web Services 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.DynamodbDataSourceConfig.Builder deltaSyncConfig(DeltaSyncConfig deltaSyncConfig)
The DeltaSyncConfig for a versioned data source.
deltaSyncConfig - The DeltaSyncConfig for a versioned data source.default DynamodbDataSourceConfig.Builder deltaSyncConfig(Consumer<DeltaSyncConfig.Builder> deltaSyncConfig)
The DeltaSyncConfig for a versioned data source.
DeltaSyncConfig.Builder avoiding the
need to create one manually via DeltaSyncConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deltaSyncConfig(DeltaSyncConfig).
deltaSyncConfig - a consumer that will call methods on DeltaSyncConfig.BuilderdeltaSyncConfig(DeltaSyncConfig)DynamodbDataSourceConfig.Builder versioned(Boolean versioned)
Set to TRUE to use Conflict Detection and Resolution with this data source.
versioned - Set to TRUE to use Conflict Detection and Resolution with this data source.Copyright © 2023. All rights reserved.