Uses of Class
software.amazon.awscdk.services.dynamodb.TableAttributes.Builder
-
Uses of TableAttributes.Builder in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionstatic TableAttributes.Builder
TableAttributes.builder()
TableAttributes.Builder.encryptionKey
(IKey encryptionKey) Sets the value ofTableAttributes.getEncryptionKey()
TableAttributes.Builder.globalIndexes
(List<String> globalIndexes) Sets the value ofTableAttributes.getGlobalIndexes()
TableAttributes.Builder.grantIndexPermissions
(Boolean grantIndexPermissions) Sets the value ofTableAttributes.getGrantIndexPermissions()
TableAttributes.Builder.localIndexes
(List<String> localIndexes) Sets the value ofTableAttributes.getLocalIndexes()
Sets the value ofTableAttributes.getTableArn()
Sets the value ofTableAttributes.getTableName()
TableAttributes.Builder.tableStreamArn
(String tableStreamArn) Sets the value ofTableAttributes.getTableStreamArn()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(TableAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theTableAttributes.Builder
.