Uses of Interface
software.amazon.awssdk.services.iotanalytics.model.IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder
-
Packages that use IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder Modifier and Type Method Description IotSiteWiseCustomerManagedDatastoreS3StorageSummary.BuilderIotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder. bucket(String bucket)The name of the Amazon S3 bucket where your data is stored.static IotSiteWiseCustomerManagedDatastoreS3StorageSummary.BuilderIotSiteWiseCustomerManagedDatastoreS3StorageSummary. builder()IotSiteWiseCustomerManagedDatastoreS3StorageSummary.BuilderIotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder. keyPrefix(String keyPrefix)(Optional) The prefix used to create the keys of the data store data objects.IotSiteWiseCustomerManagedDatastoreS3StorageSummary.BuilderIotSiteWiseCustomerManagedDatastoreS3StorageSummary. toBuilder()Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder Modifier and Type Method Description static Class<? extends IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder>IotSiteWiseCustomerManagedDatastoreS3StorageSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder Modifier and Type Method Description default DatastoreIotSiteWiseMultiLayerStorageSummary.BuilderDatastoreIotSiteWiseMultiLayerStorageSummary.Builder. customerManagedS3Storage(Consumer<IotSiteWiseCustomerManagedDatastoreS3StorageSummary.Builder> customerManagedS3Storage)Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
-