public static interface CreateDatastoreRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<CreateDatastoreRequest.Builder,CreateDatastoreRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDatastoreRequest.Builder |
datastoreName(String datastoreName)
The name of the data store.
|
default CreateDatastoreRequest.Builder |
datastorePartitions(Consumer<DatastorePartitions.Builder> datastorePartitions)
Contains information about the partition dimensions in a data store.
|
CreateDatastoreRequest.Builder |
datastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
|
default CreateDatastoreRequest.Builder |
datastoreStorage(Consumer<DatastoreStorage.Builder> datastoreStorage)
Where data in a data store is stored..
|
CreateDatastoreRequest.Builder |
datastoreStorage(DatastoreStorage datastoreStorage)
Where data in a data store is stored..
|
default CreateDatastoreRequest.Builder |
fileFormatConfiguration(Consumer<FileFormatConfiguration.Builder> fileFormatConfiguration)
Contains the configuration information of file formats.
|
CreateDatastoreRequest.Builder |
fileFormatConfiguration(FileFormatConfiguration fileFormatConfiguration)
Contains the configuration information of file formats.
|
CreateDatastoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDatastoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateDatastoreRequest.Builder |
retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, message data is kept for the data store.
|
CreateDatastoreRequest.Builder |
retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store.
|
CreateDatastoreRequest.Builder |
tags(Collection<Tag> tags)
Metadata which can be used to manage the data store.
|
CreateDatastoreRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the data store.
|
CreateDatastoreRequest.Builder |
tags(Tag... tags)
Metadata which can be used to manage the data store.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatastoreRequest.Builder datastoreName(String datastoreName)
The name of the data store.
datastoreName - The name of the data store.CreateDatastoreRequest.Builder datastoreStorage(DatastoreStorage datastoreStorage)
Where data in a data store is stored.. You can choose serviceManagedS3 storage,
customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is
serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is
created.
datastoreStorage - Where data in a data store is stored.. You can choose serviceManagedS3 storage,
customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The
default is serviceManagedS3. You can't change the choice of Amazon S3 storage after your
data store is created.default CreateDatastoreRequest.Builder datastoreStorage(Consumer<DatastoreStorage.Builder> datastoreStorage)
Where data in a data store is stored.. You can choose serviceManagedS3 storage,
customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is
serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is
created.
DatastoreStorage.Builder avoiding the
need to create one manually via DatastoreStorage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to datastoreStorage(DatastoreStorage).
datastoreStorage - a consumer that will call methods on DatastoreStorage.BuilderdatastoreStorage(DatastoreStorage)CreateDatastoreRequest.Builder retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data store. When customerManagedS3 storage is
selected, this parameter is ignored.
retentionPeriod - How long, in days, message data is kept for the data store. When customerManagedS3
storage is selected, this parameter is ignored.default CreateDatastoreRequest.Builder retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, message data is kept for the data store. When customerManagedS3 storage is
selected, this parameter is ignored.
RetentionPeriod.Builder avoiding the
need to create one manually via RetentionPeriod.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to retentionPeriod(RetentionPeriod).
retentionPeriod - a consumer that will call methods on RetentionPeriod.BuilderretentionPeriod(RetentionPeriod)CreateDatastoreRequest.Builder tags(Collection<Tag> tags)
Metadata which can be used to manage the data store.
tags - Metadata which can be used to manage the data store.CreateDatastoreRequest.Builder tags(Tag... tags)
Metadata which can be used to manage the data store.
tags - Metadata which can be used to manage the data store.CreateDatastoreRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata which can be used to manage the data store.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateDatastoreRequest.Builder fileFormatConfiguration(FileFormatConfiguration fileFormatConfiguration)
Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.
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.
fileFormatConfiguration - Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.
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.
default CreateDatastoreRequest.Builder fileFormatConfiguration(Consumer<FileFormatConfiguration.Builder> fileFormatConfiguration)
Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.
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 is a convenience method that creates an instance of theFileFormatConfiguration.Builder avoiding
the need to create one manually via FileFormatConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to fileFormatConfiguration(FileFormatConfiguration).
fileFormatConfiguration - a consumer that will call methods on FileFormatConfiguration.BuilderfileFormatConfiguration(FileFormatConfiguration)CreateDatastoreRequest.Builder datastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
datastorePartitions - Contains information about the partition dimensions in a data store.default CreateDatastoreRequest.Builder datastorePartitions(Consumer<DatastorePartitions.Builder> datastorePartitions)
Contains information about the partition dimensions in a data store.
This is a convenience method that creates an instance of theDatastorePartitions.Builder avoiding the
need to create one manually via DatastorePartitions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to datastorePartitions(DatastorePartitions).
datastorePartitions - a consumer that will call methods on DatastorePartitions.BuilderdatastorePartitions(DatastorePartitions)CreateDatastoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDatastoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.