Describe the feature
DynamoDB enhanced client - Add "Select" in ScanEnhancedRequest
Similar to this issue: #2083
Use Case
ScanEnhancedRequest.builder().select(Select select)
The select should has those enums
ALL_ATTRIBUTES
ALL_PROJECTED_ATTRIBUTES
SPECIFIC_ATTRIBUTES
COUNT
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Java SDK version used
2.26.16
JDK version used
1.8
Operating System and version
macOs