@Stability(value=Stable) public static final class CfnDatastoreProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDatastoreProps>
CfnDatastoreProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDatastoreProps.Builder datastoreName(String datastoreName)
CfnDatastoreProps.getDatastoreName()datastoreName - The name of the data store.this@Stability(value=Stable) public CfnDatastoreProps.Builder datastorePartitions(CfnDatastore.DatastorePartitionsProperty datastorePartitions)
CfnDatastoreProps.getDatastorePartitions()datastorePartitions - Information about the partition dimensions in a data store.this@Stability(value=Stable) public CfnDatastoreProps.Builder datastorePartitions(IResolvable datastorePartitions)
CfnDatastoreProps.getDatastorePartitions()datastorePartitions - Information about the partition dimensions in a data store.this@Stability(value=Stable) public CfnDatastoreProps.Builder datastoreStorage(CfnDatastore.DatastoreStorageProperty datastoreStorage)
CfnDatastoreProps.getDatastoreStorage()datastoreStorage - Where data store data is stored.this@Stability(value=Stable) public CfnDatastoreProps.Builder datastoreStorage(IResolvable datastoreStorage)
CfnDatastoreProps.getDatastoreStorage()datastoreStorage - Where data store data is stored.this@Stability(value=Stable) public CfnDatastoreProps.Builder fileFormatConfiguration(CfnDatastore.FileFormatConfigurationProperty fileFormatConfiguration)
CfnDatastoreProps.getFileFormatConfiguration()fileFormatConfiguration - Contains the configuration information of file formats. AWS IoT Analytics data stores support JSON and [Parquet](https://docs.aws.amazon.com/https://parquet.apache.org/) .
The default file format is JSON. You can specify only one format.
You can't change the file format after you create the data store.
this@Stability(value=Stable) public CfnDatastoreProps.Builder fileFormatConfiguration(IResolvable fileFormatConfiguration)
CfnDatastoreProps.getFileFormatConfiguration()fileFormatConfiguration - Contains the configuration information of file formats. AWS IoT Analytics data stores support JSON and [Parquet](https://docs.aws.amazon.com/https://parquet.apache.org/) .
The default file format is JSON. You can specify only one format.
You can't change the file format after you create the data store.
this@Stability(value=Stable) public CfnDatastoreProps.Builder retentionPeriod(CfnDatastore.RetentionPeriodProperty retentionPeriod)
CfnDatastoreProps.getRetentionPeriod()retentionPeriod - How long, in days, message data is kept for the data store.
When customerManagedS3 storage is selected, this parameter is ignored.this@Stability(value=Stable) public CfnDatastoreProps.Builder retentionPeriod(IResolvable retentionPeriod)
CfnDatastoreProps.getRetentionPeriod()retentionPeriod - How long, in days, message data is kept for the data store.
When customerManagedS3 storage is selected, this parameter is ignored.this@Stability(value=Stable) public CfnDatastoreProps.Builder tags(List<? extends CfnTag> tags)
CfnDatastoreProps.getTags()tags - Metadata which can be used to manage the data store.
For more information, see Tag .this@Stability(value=Stable) public CfnDatastoreProps build()
build in interface software.amazon.jsii.Builder<CfnDatastoreProps>CfnDatastorePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.