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