Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatastorePropsMixin.Builder
Packages that use CfnDatastorePropsMixin.Builder
-
Uses of CfnDatastorePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iotanalytics
Methods in software.amazon.awscdk.cfnpropertymixins.services.iotanalytics that return CfnDatastorePropsMixin.BuilderModifier and TypeMethodDescriptionCfnDatastorePropsMixin.Builder.create()CfnDatastorePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDatastorePropsMixin.Builder.datastoreName(String datastoreName) The name of the data store.CfnDatastorePropsMixin.Builder.datastorePartitions(CfnDatastorePropsMixin.DatastorePartitionsProperty datastorePartitions) Information about the partition dimensions in a data store.CfnDatastorePropsMixin.Builder.datastorePartitions(IResolvable datastorePartitions) Information about the partition dimensions in a data store.CfnDatastorePropsMixin.Builder.datastoreStorage(CfnDatastorePropsMixin.DatastoreStorageProperty datastoreStorage) Where data store data is stored.CfnDatastorePropsMixin.Builder.datastoreStorage(IResolvable datastoreStorage) Where data store data is stored.CfnDatastorePropsMixin.Builder.fileFormatConfiguration(CfnDatastorePropsMixin.FileFormatConfigurationProperty fileFormatConfiguration) Contains the configuration information of file formats.CfnDatastorePropsMixin.Builder.fileFormatConfiguration(IResolvable fileFormatConfiguration) Contains the configuration information of file formats.CfnDatastorePropsMixin.Builder.retentionPeriod(CfnDatastorePropsMixin.RetentionPeriodProperty retentionPeriod) How long, in days, message data is kept for the data store.CfnDatastorePropsMixin.Builder.retentionPeriod(IResolvable retentionPeriod) How long, in days, message data is kept for the data store.Metadata which can be used to manage the data store.