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