Uses of Class
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.Builder
-
Uses of CfnGlobalTable.Builder in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionCfnGlobalTable.Builder.attributeDefinitions
(List<? extends Object> attributeDefinitions) A list of attributes that describe the key schema for the global table and indexes.CfnGlobalTable.Builder.attributeDefinitions
(IResolvable attributeDefinitions) A list of attributes that describe the key schema for the global table and indexes.CfnGlobalTable.Builder.billingMode
(String billingMode) Specifies how you are charged for read and write throughput and how you manage capacity.static CfnGlobalTable.Builder
CfnGlobalTable.Builder.globalSecondaryIndexes
(List<? extends Object> globalSecondaryIndexes) Global secondary indexes to be created on the global table.CfnGlobalTable.Builder.globalSecondaryIndexes
(IResolvable globalSecondaryIndexes) Global secondary indexes to be created on the global table.Specifies the attributes that make up the primary key for the table.CfnGlobalTable.Builder.keySchema
(IResolvable keySchema) Specifies the attributes that make up the primary key for the table.CfnGlobalTable.Builder.localSecondaryIndexes
(List<? extends Object> localSecondaryIndexes) Local secondary indexes to be created on the table.CfnGlobalTable.Builder.localSecondaryIndexes
(IResolvable localSecondaryIndexes) Local secondary indexes to be created on the table.Specifies the list of replicas for your global table.CfnGlobalTable.Builder.replicas
(IResolvable replicas) Specifies the list of replicas for your global table.CfnGlobalTable.Builder.sseSpecification
(IResolvable sseSpecification) Specifies the settings to enable server-side encryption.CfnGlobalTable.Builder.sseSpecification
(CfnGlobalTable.SSESpecificationProperty sseSpecification) Specifies the settings to enable server-side encryption.CfnGlobalTable.Builder.streamSpecification
(IResolvable streamSpecification) Specifies the streams settings on your global table.CfnGlobalTable.Builder.streamSpecification
(CfnGlobalTable.StreamSpecificationProperty streamSpecification) Specifies the streams settings on your global table.A name for the global table.CfnGlobalTable.Builder.timeToLiveSpecification
(IResolvable timeToLiveSpecification) Specifies the time to live (TTL) settings for the table.CfnGlobalTable.Builder.timeToLiveSpecification
(CfnGlobalTable.TimeToLiveSpecificationProperty timeToLiveSpecification) Specifies the time to live (TTL) settings for the table.CfnGlobalTable.Builder.writeProvisionedThroughputSettings
(IResolvable writeProvisionedThroughputSettings) Specifies an auto scaling policy for write capacity.CfnGlobalTable.Builder.writeProvisionedThroughputSettings
(CfnGlobalTable.WriteProvisionedThroughputSettingsProperty writeProvisionedThroughputSettings) Specifies an auto scaling policy for write capacity.