@Stability(value=Stable) public static final class CfnDatastore.DatastoreStorageProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDatastore.DatastoreStorageProperty>
CfnDatastore.DatastoreStorageProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDatastore.DatastoreStorageProperty.Builder customerManagedS3(CfnDatastore.CustomerManagedS3Property customerManagedS3)
CfnDatastore.DatastoreStorageProperty.getCustomerManagedS3()customerManagedS3 - Use this to store data store data in an S3 bucket that you manage.
The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.this@Stability(value=Stable) public CfnDatastore.DatastoreStorageProperty.Builder customerManagedS3(IResolvable customerManagedS3)
CfnDatastore.DatastoreStorageProperty.getCustomerManagedS3()customerManagedS3 - Use this to store data store data in an S3 bucket that you manage.
The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.this@Stability(value=Stable) public CfnDatastore.DatastoreStorageProperty.Builder iotSiteWiseMultiLayerStorage(CfnDatastore.IotSiteWiseMultiLayerStorageProperty iotSiteWiseMultiLayerStorage)
CfnDatastore.DatastoreStorageProperty.getIotSiteWiseMultiLayerStorage()iotSiteWiseMultiLayerStorage - Use this to store data used by AWS 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@Stability(value=Stable) public CfnDatastore.DatastoreStorageProperty.Builder iotSiteWiseMultiLayerStorage(IResolvable iotSiteWiseMultiLayerStorage)
CfnDatastore.DatastoreStorageProperty.getIotSiteWiseMultiLayerStorage()iotSiteWiseMultiLayerStorage - Use this to store data used by AWS 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@Stability(value=Stable) public CfnDatastore.DatastoreStorageProperty.Builder serviceManagedS3(Object serviceManagedS3)
CfnDatastore.DatastoreStorageProperty.getServiceManagedS3()serviceManagedS3 - Use this to store data store data in an S3 bucket managed by the AWS IoT Analytics service.
The choice of service-managed or customer-managed S3 storage cannot be changed after creation of the data store.this@Stability(value=Stable) public CfnDatastore.DatastoreStorageProperty build()
build in interface software.amazon.jsii.Builder<CfnDatastore.DatastoreStorageProperty>CfnDatastore.DatastoreStoragePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.