public static interface DatastoreStorage.Builder extends SdkPojo, CopyableBuilder<DatastoreStorage.Builder,DatastoreStorage>
| Modifier and Type | Method and Description |
|---|---|
default DatastoreStorage.Builder |
customerManagedS3(Consumer<CustomerManagedDatastoreS3Storage.Builder> customerManagedS3)
S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod parameter is
ignored. |
DatastoreStorage.Builder |
customerManagedS3(CustomerManagedDatastoreS3Storage customerManagedS3)
S3-customer-managed; When you choose customer-managed storage, the
retentionPeriod parameter is
ignored. |
default DatastoreStorage.Builder |
iotSiteWiseMultiLayerStorage(Consumer<DatastoreIotSiteWiseMultiLayerStorage.Builder> iotSiteWiseMultiLayerStorage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
|
DatastoreStorage.Builder |
iotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage iotSiteWiseMultiLayerStorage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage.
|
default DatastoreStorage.Builder |
serviceManagedS3(Consumer<ServiceManagedDatastoreS3Storage.Builder> serviceManagedS3)
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
|
DatastoreStorage.Builder |
serviceManagedS3(ServiceManagedDatastoreS3Storage serviceManagedS3)
Used to store data in an Amazon S3 bucket managed by IoT Analytics.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatastoreStorage.Builder serviceManagedS3(ServiceManagedDatastoreS3Storage serviceManagedS3)
Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't change the choice of Amazon S3 storage after your data store is created.
serviceManagedS3 - Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't change the choice of
Amazon S3 storage after your data store is created.default DatastoreStorage.Builder serviceManagedS3(Consumer<ServiceManagedDatastoreS3Storage.Builder> serviceManagedS3)
Used to store data in an Amazon S3 bucket managed by IoT Analytics. You can't change the choice of Amazon S3 storage after your data store is created.
This is a convenience method that creates an instance of theServiceManagedDatastoreS3Storage.Builder
avoiding the need to create one manually via ServiceManagedDatastoreS3Storage.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to serviceManagedS3(ServiceManagedDatastoreS3Storage).
serviceManagedS3 - a consumer that will call methods on ServiceManagedDatastoreS3Storage.BuilderserviceManagedS3(ServiceManagedDatastoreS3Storage)DatastoreStorage.Builder customerManagedS3(CustomerManagedDatastoreS3Storage customerManagedS3)
S3-customer-managed; When you choose customer-managed storage, the retentionPeriod parameter is
ignored. You can't change the choice of Amazon S3 storage after your data store is created.
customerManagedS3 - S3-customer-managed; When you choose customer-managed storage, the retentionPeriod
parameter is ignored. You can't change the choice of Amazon S3 storage after your data store is
created.default DatastoreStorage.Builder customerManagedS3(Consumer<CustomerManagedDatastoreS3Storage.Builder> customerManagedS3)
S3-customer-managed; When you choose customer-managed storage, the retentionPeriod parameter is
ignored. You can't change the choice of Amazon S3 storage after your data store is created.
CustomerManagedDatastoreS3Storage.Builder avoiding the need to create one manually via
CustomerManagedDatastoreS3Storage.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to customerManagedS3(CustomerManagedDatastoreS3Storage).
customerManagedS3 - a consumer that will call methods on CustomerManagedDatastoreS3Storage.BuildercustomerManagedS3(CustomerManagedDatastoreS3Storage)DatastoreStorage.Builder iotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage iotSiteWiseMultiLayerStorage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
iotSiteWiseMultiLayerStorage - Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the
choice of Amazon S3 storage after your data store is created.default DatastoreStorage.Builder iotSiteWiseMultiLayerStorage(Consumer<DatastoreIotSiteWiseMultiLayerStorage.Builder> iotSiteWiseMultiLayerStorage)
Used to store data used by IoT SiteWise in an Amazon S3 bucket that you manage. You can't change the choice of Amazon S3 storage after your data store is created.
This is a convenience method that creates an instance of theDatastoreIotSiteWiseMultiLayerStorage.Builder avoiding the need to create one manually via
DatastoreIotSiteWiseMultiLayerStorage.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
iotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage).
iotSiteWiseMultiLayerStorage - a consumer that will call methods on DatastoreIotSiteWiseMultiLayerStorage.BuilderiotSiteWiseMultiLayerStorage(DatastoreIotSiteWiseMultiLayerStorage)Copyright © 2023. All rights reserved.