Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnGlobalTablePropsMixin.Builder
Packages that use CfnGlobalTablePropsMixin.Builder
-
Uses of CfnGlobalTablePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.dynamodb
Methods in software.amazon.awscdk.cfnpropertymixins.services.dynamodb that return CfnGlobalTablePropsMixin.BuilderModifier and TypeMethodDescriptionCfnGlobalTablePropsMixin.Builder.attributeDefinitions(List<? extends Object> attributeDefinitions) A list of attributes that describe the key schema for the global table and indexes.CfnGlobalTablePropsMixin.Builder.attributeDefinitions(IResolvable attributeDefinitions) A list of attributes that describe the key schema for the global table and indexes.CfnGlobalTablePropsMixin.Builder.billingMode(String billingMode) Specifies how you are charged for read and write throughput and how you manage capacity.CfnGlobalTablePropsMixin.Builder.create()CfnGlobalTablePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGlobalTablePropsMixin.Builder.globalSecondaryIndexes(List<? extends Object> globalSecondaryIndexes) Global secondary indexes to be created on the global table.CfnGlobalTablePropsMixin.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes) Global secondary indexes to be created on the global table.CfnGlobalTablePropsMixin.Builder.globalTableSourceArn(String globalTableSourceArn) CfnGlobalTablePropsMixin.Builder.globalTableWitnesses(List<? extends Object> globalTableWitnesses) The list of witnesses of the MRSC global table.CfnGlobalTablePropsMixin.Builder.globalTableWitnesses(IResolvable globalTableWitnesses) The list of witnesses of the MRSC global table.Specifies the attributes that make up the primary key for the table.CfnGlobalTablePropsMixin.Builder.keySchema(IResolvable keySchema) Specifies the attributes that make up the primary key for the table.CfnGlobalTablePropsMixin.Builder.localSecondaryIndexes(List<? extends Object> localSecondaryIndexes) Local secondary indexes to be created on the table.CfnGlobalTablePropsMixin.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes) Local secondary indexes to be created on the table.CfnGlobalTablePropsMixin.Builder.multiRegionConsistency(String multiRegionConsistency) Specifies the consistency mode for a new global table.CfnGlobalTablePropsMixin.Builder.readOnDemandThroughputSettings(CfnGlobalTablePropsMixin.ReadOnDemandThroughputSettingsProperty readOnDemandThroughputSettings) CfnGlobalTablePropsMixin.Builder.readOnDemandThroughputSettings(IResolvable readOnDemandThroughputSettings) CfnGlobalTablePropsMixin.Builder.readProvisionedThroughputSettings(CfnGlobalTablePropsMixin.GlobalReadProvisionedThroughputSettingsProperty readProvisionedThroughputSettings) CfnGlobalTablePropsMixin.Builder.readProvisionedThroughputSettings(IResolvable readProvisionedThroughputSettings) Specifies the list of replicas for your global table.CfnGlobalTablePropsMixin.Builder.replicas(IResolvable replicas) Specifies the list of replicas for your global table.CfnGlobalTablePropsMixin.Builder.sseSpecification(CfnGlobalTablePropsMixin.SSESpecificationProperty sseSpecification) Specifies the settings to enable server-side encryption.CfnGlobalTablePropsMixin.Builder.sseSpecification(IResolvable sseSpecification) Specifies the settings to enable server-side encryption.CfnGlobalTablePropsMixin.Builder.streamSpecification(CfnGlobalTablePropsMixin.StreamSpecificationProperty streamSpecification) Specifies the streams settings on your global table.CfnGlobalTablePropsMixin.Builder.streamSpecification(IResolvable streamSpecification) Specifies the streams settings on your global table.A name for the global table.CfnGlobalTablePropsMixin.Builder.timeToLiveSpecification(CfnGlobalTablePropsMixin.TimeToLiveSpecificationProperty timeToLiveSpecification) Specifies the time to live (TTL) settings for the table.CfnGlobalTablePropsMixin.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification) Specifies the time to live (TTL) settings for the table.CfnGlobalTablePropsMixin.Builder.warmThroughput(CfnGlobalTablePropsMixin.WarmThroughputProperty warmThroughput) Provides visibility into the number of read and write operations your table or secondary index can instantaneously support.CfnGlobalTablePropsMixin.Builder.warmThroughput(IResolvable warmThroughput) Provides visibility into the number of read and write operations your table or secondary index can instantaneously support.CfnGlobalTablePropsMixin.Builder.writeOnDemandThroughputSettings(CfnGlobalTablePropsMixin.WriteOnDemandThroughputSettingsProperty writeOnDemandThroughputSettings) Sets the write request settings for a global table or a global secondary index.CfnGlobalTablePropsMixin.Builder.writeOnDemandThroughputSettings(IResolvable writeOnDemandThroughputSettings) Sets the write request settings for a global table or a global secondary index.CfnGlobalTablePropsMixin.Builder.writeProvisionedThroughputSettings(CfnGlobalTablePropsMixin.WriteProvisionedThroughputSettingsProperty writeProvisionedThroughputSettings) Specifies an auto scaling policy for write capacity.CfnGlobalTablePropsMixin.Builder.writeProvisionedThroughputSettings(IResolvable writeProvisionedThroughputSettings) Specifies an auto scaling policy for write capacity.