Class UpdateDatastoreRequest

    • Method Detail

      • datastoreName

        public final String datastoreName()

        The name of the data store to be updated.

        Returns:
        The name of the data store to be updated.
      • retentionPeriod

        public final RetentionPeriod retentionPeriod()

        How long, in days, message data is kept for the data store. The retention period can't be updated if the data store's Amazon S3 storage is customer-managed.

        Returns:
        How long, in days, message data is kept for the data store. The retention period can't be updated if the data store's Amazon S3 storage is customer-managed.
      • datastoreStorage

        public final DatastoreStorage datastoreStorage()

        Where data in a data store is stored.. You can choose serviceManagedS3 storage, customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is created.

        Returns:
        Where data in a data store is stored.. You can choose serviceManagedS3 storage, customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is created.
      • fileFormatConfiguration

        public final FileFormatConfiguration fileFormatConfiguration()

        Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.

        The default file format is JSON. You can specify only one format.

        You can't change the file format after you create the data store.

        Returns:
        Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.

        The default file format is JSON. You can specify only one format.

        You can't change the file format after you create the data store.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object