@Stability(value=Stable) public static final class CfnDataSource.DynamoDBConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.DynamoDBConfigProperty>
CfnDataSource.DynamoDBConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder awsRegion(String awsRegion)
CfnDataSource.DynamoDBConfigProperty.getAwsRegion()awsRegion - The AWS Region. This parameter is required.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder tableName(String tableName)
CfnDataSource.DynamoDBConfigProperty.getTableName()tableName - The table name. This parameter is required.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder deltaSyncConfig(CfnDataSource.DeltaSyncConfigProperty deltaSyncConfig)
CfnDataSource.DynamoDBConfigProperty.getDeltaSyncConfig()deltaSyncConfig - The `DeltaSyncConfig` for a versioned datasource.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder deltaSyncConfig(IResolvable deltaSyncConfig)
CfnDataSource.DynamoDBConfigProperty.getDeltaSyncConfig()deltaSyncConfig - The `DeltaSyncConfig` for a versioned datasource.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder useCallerCredentials(Boolean useCallerCredentials)
CfnDataSource.DynamoDBConfigProperty.getUseCallerCredentials()useCallerCredentials - Set to `TRUE` to use AWS Identity and Access Management with this data source.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder useCallerCredentials(IResolvable useCallerCredentials)
CfnDataSource.DynamoDBConfigProperty.getUseCallerCredentials()useCallerCredentials - Set to `TRUE` to use AWS Identity and Access Management with this data source.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder versioned(Boolean versioned)
CfnDataSource.DynamoDBConfigProperty.getVersioned()versioned - Set to TRUE to use Conflict Detection and Resolution with this data source.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty.Builder versioned(IResolvable versioned)
CfnDataSource.DynamoDBConfigProperty.getVersioned()versioned - Set to TRUE to use Conflict Detection and Resolution with this data source.this@Stability(value=Stable) public CfnDataSource.DynamoDBConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.DynamoDBConfigProperty>CfnDataSource.DynamoDBConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.