Struct aws_sdk_appsync::model::dynamodb_data_source_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DynamodbDataSourceConfig
Implementations
The table name.
The table name.
The Amazon Web Services Region.
The Amazon Web Services Region.
Set to TRUE to use Amazon Cognito credentials with this data source.
Set to TRUE to use Amazon Cognito credentials with this data source.
The DeltaSyncConfig
for a versioned data source.
The DeltaSyncConfig
for a versioned data source.
Set to TRUE to use Conflict Detection and Resolution with this data source.
Set to TRUE to use Conflict Detection and Resolution with this data source.
Consumes the builder and constructs a DynamodbDataSourceConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more