Interface DynamodbDataSourceConfig.Builder

    • Method Detail

      • tableName

        DynamodbDataSourceConfig.Builder tableName​(String tableName)

        The table name.

        Parameters:
        tableName - The table name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsRegion

        DynamodbDataSourceConfig.Builder awsRegion​(String awsRegion)

        The Amazon Web Services Region.

        Parameters:
        awsRegion - The Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • useCallerCredentials

        DynamodbDataSourceConfig.Builder useCallerCredentials​(Boolean useCallerCredentials)

        Set to TRUE to use Amazon Cognito credentials with this data source.

        Parameters:
        useCallerCredentials - Set to TRUE to use Amazon Cognito credentials with this data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deltaSyncConfig

        DynamodbDataSourceConfig.Builder deltaSyncConfig​(DeltaSyncConfig deltaSyncConfig)

        The DeltaSyncConfig for a versioned data source.

        Parameters:
        deltaSyncConfig - The DeltaSyncConfig for a versioned data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versioned

        DynamodbDataSourceConfig.Builder versioned​(Boolean versioned)

        Set to TRUE to use Conflict Detection and Resolution with this data source.

        Parameters:
        versioned - Set to TRUE to use Conflict Detection and Resolution with this data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.