In Aws SDK V1 for java when creating DynamoDBMapperConfig you could set
withTableNameResolver(...)
and
withObjectTableNameResolver(...)
to dynamically change table name before save operation occurred even if a bean had @DynamoDBTable annotation.
Is it possible to do something like this with DynamoDbEnhancedClient in Aws Sdk v2 for java?