Uses of Class
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.Builder
Packages that use CfnGlobalTable.Builder
-
Uses of CfnGlobalTable.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return CfnGlobalTable.BuilderModifier 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.CfnGlobalTable.Builder.pointInTimeRecoverySpecification
(IResolvable pointInTimeRecoverySpecification) Represents the settings used to enable point in time recovery.CfnGlobalTable.Builder.pointInTimeRecoverySpecification
(CfnGlobalTable.PointInTimeRecoverySpecificationProperty pointInTimeRecoverySpecification) Represents the settings used to enable point in time recovery.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.warmThroughput
(IResolvable warmThroughput) Provides visibility into the number of read and write operations your table or secondary index can instantaneously support.CfnGlobalTable.Builder.warmThroughput
(CfnGlobalTable.WarmThroughputProperty warmThroughput) Provides visibility into the number of read and write operations your table or secondary index can instantaneously support.CfnGlobalTable.Builder.writeOnDemandThroughputSettings
(IResolvable writeOnDemandThroughputSettings) Sets the write request settings for a global table or a global secondary index.CfnGlobalTable.Builder.writeOnDemandThroughputSettings
(CfnGlobalTable.WriteOnDemandThroughputSettingsProperty writeOnDemandThroughputSettings) Sets the write request settings for a global table or a global secondary index.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.