Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnTableMixinProps.Builder
Packages that use CfnTableMixinProps.Builder
-
Uses of CfnTableMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.dynamodb
Methods in software.amazon.awscdk.cfnpropertymixins.services.dynamodb that return CfnTableMixinProps.BuilderModifier and TypeMethodDescriptionCfnTableMixinProps.Builder.attributeDefinitions(List<? extends Object> attributeDefinitions) Sets the value ofCfnTableMixinProps.getAttributeDefinitions()CfnTableMixinProps.Builder.attributeDefinitions(IResolvable attributeDefinitions) Sets the value ofCfnTableMixinProps.getAttributeDefinitions()CfnTableMixinProps.Builder.billingMode(String billingMode) Sets the value ofCfnTableMixinProps.getBillingMode()static CfnTableMixinProps.BuilderCfnTableMixinProps.builder()CfnTableMixinProps.Builder.contributorInsightsSpecification(CfnTablePropsMixin.ContributorInsightsSpecificationProperty contributorInsightsSpecification) Sets the value ofCfnTableMixinProps.getContributorInsightsSpecification()CfnTableMixinProps.Builder.contributorInsightsSpecification(IResolvable contributorInsightsSpecification) Sets the value ofCfnTableMixinProps.getContributorInsightsSpecification()CfnTableMixinProps.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) Sets the value ofCfnTableMixinProps.getDeletionProtectionEnabled()CfnTableMixinProps.Builder.deletionProtectionEnabled(IResolvable deletionProtectionEnabled) Sets the value ofCfnTableMixinProps.getDeletionProtectionEnabled()CfnTableMixinProps.Builder.globalSecondaryIndexes(List<? extends Object> globalSecondaryIndexes) Sets the value ofCfnTableMixinProps.getGlobalSecondaryIndexes()CfnTableMixinProps.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes) Sets the value ofCfnTableMixinProps.getGlobalSecondaryIndexes()CfnTableMixinProps.Builder.importSourceSpecification(CfnTablePropsMixin.ImportSourceSpecificationProperty importSourceSpecification) Sets the value ofCfnTableMixinProps.getImportSourceSpecification()CfnTableMixinProps.Builder.importSourceSpecification(IResolvable importSourceSpecification) Sets the value ofCfnTableMixinProps.getImportSourceSpecification()Sets the value ofCfnTableMixinProps.getKeySchema()CfnTableMixinProps.Builder.keySchema(IResolvable keySchema) Sets the value ofCfnTableMixinProps.getKeySchema()CfnTableMixinProps.Builder.kinesisStreamSpecification(CfnTablePropsMixin.KinesisStreamSpecificationProperty kinesisStreamSpecification) Sets the value ofCfnTableMixinProps.getKinesisStreamSpecification()CfnTableMixinProps.Builder.kinesisStreamSpecification(IResolvable kinesisStreamSpecification) Sets the value ofCfnTableMixinProps.getKinesisStreamSpecification()CfnTableMixinProps.Builder.localSecondaryIndexes(List<? extends Object> localSecondaryIndexes) Sets the value ofCfnTableMixinProps.getLocalSecondaryIndexes()CfnTableMixinProps.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes) Sets the value ofCfnTableMixinProps.getLocalSecondaryIndexes()CfnTableMixinProps.Builder.onDemandThroughput(CfnTablePropsMixin.OnDemandThroughputProperty onDemandThroughput) Sets the value ofCfnTableMixinProps.getOnDemandThroughput()CfnTableMixinProps.Builder.onDemandThroughput(IResolvable onDemandThroughput) Sets the value ofCfnTableMixinProps.getOnDemandThroughput()CfnTableMixinProps.Builder.pointInTimeRecoverySpecification(CfnTablePropsMixin.PointInTimeRecoverySpecificationProperty pointInTimeRecoverySpecification) Sets the value ofCfnTableMixinProps.getPointInTimeRecoverySpecification()CfnTableMixinProps.Builder.pointInTimeRecoverySpecification(IResolvable pointInTimeRecoverySpecification) Sets the value ofCfnTableMixinProps.getPointInTimeRecoverySpecification()CfnTableMixinProps.Builder.provisionedThroughput(CfnTablePropsMixin.ProvisionedThroughputProperty provisionedThroughput) Sets the value ofCfnTableMixinProps.getProvisionedThroughput()CfnTableMixinProps.Builder.provisionedThroughput(IResolvable provisionedThroughput) Sets the value ofCfnTableMixinProps.getProvisionedThroughput()CfnTableMixinProps.Builder.resourcePolicy(CfnTablePropsMixin.ResourcePolicyProperty resourcePolicy) Sets the value ofCfnTableMixinProps.getResourcePolicy()CfnTableMixinProps.Builder.resourcePolicy(IResolvable resourcePolicy) Sets the value ofCfnTableMixinProps.getResourcePolicy()CfnTableMixinProps.Builder.sseSpecification(CfnTablePropsMixin.SSESpecificationProperty sseSpecification) Sets the value ofCfnTableMixinProps.getSseSpecification()CfnTableMixinProps.Builder.sseSpecification(IResolvable sseSpecification) Sets the value ofCfnTableMixinProps.getSseSpecification()CfnTableMixinProps.Builder.streamSpecification(CfnTablePropsMixin.StreamSpecificationProperty streamSpecification) Sets the value ofCfnTableMixinProps.getStreamSpecification()CfnTableMixinProps.Builder.streamSpecification(IResolvable streamSpecification) Sets the value ofCfnTableMixinProps.getStreamSpecification()CfnTableMixinProps.Builder.tableClass(String tableClass) Sets the value ofCfnTableMixinProps.getTableClass()Sets the value ofCfnTableMixinProps.getTableName()Sets the value ofCfnTableMixinProps.getTags()CfnTableMixinProps.Builder.timeToLiveSpecification(CfnTablePropsMixin.TimeToLiveSpecificationProperty timeToLiveSpecification) Sets the value ofCfnTableMixinProps.getTimeToLiveSpecification()CfnTableMixinProps.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification) Sets the value ofCfnTableMixinProps.getTimeToLiveSpecification()CfnTableMixinProps.Builder.warmThroughput(CfnTablePropsMixin.WarmThroughputProperty warmThroughput) Sets the value ofCfnTableMixinProps.getWarmThroughput()CfnTableMixinProps.Builder.warmThroughput(IResolvable warmThroughput) Sets the value ofCfnTableMixinProps.getWarmThroughput()Constructors in software.amazon.awscdk.cfnpropertymixins.services.dynamodb with parameters of type CfnTableMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnTableMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableMixinProps.Builder.