Class CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty>
- Enclosing interface:
CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty
@Stability(Stable)
public static final class CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customerManagedS3Storage(CfnDatastorePropsMixin.CustomerManagedS3StorageProperty customerManagedS3Storage) customerManagedS3Storage(IResolvable customerManagedS3Storage)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customerManagedS3Storage
@Stability(Stable) public CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty.Builder customerManagedS3Storage(IResolvable customerManagedS3Storage) Sets the value ofCfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty.getCustomerManagedS3Storage()- Parameters:
customerManagedS3Storage- Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.- Returns:
this
-
customerManagedS3Storage
@Stability(Stable) public CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty.Builder customerManagedS3Storage(CfnDatastorePropsMixin.CustomerManagedS3StorageProperty customerManagedS3Storage) Sets the value ofCfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty.getCustomerManagedS3Storage()- Parameters:
customerManagedS3Storage- Stores data used by AWS IoT SiteWise in an Amazon S3 bucket that you manage.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty>- Returns:
- a new instance of
CfnDatastorePropsMixin.IotSiteWiseMultiLayerStorageProperty - Throws:
NullPointerException- if any required attribute was not provided
-