public static interface PutStorageConfigurationRequest.Builder extends IoTSiteWiseRequest.Builder, SdkPojo, CopyableBuilder<PutStorageConfigurationRequest.Builder,PutStorageConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
default PutStorageConfigurationRequest.Builder |
multiLayerStorage(Consumer<MultiLayerStorage.Builder> multiLayerStorage)
Identifies a storage destination.
|
PutStorageConfigurationRequest.Builder |
multiLayerStorage(MultiLayerStorage multiLayerStorage)
Identifies a storage destination.
|
PutStorageConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutStorageConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutStorageConfigurationRequest.Builder |
storageType(StorageType storageType)
The type of storage that you specified for your data.
|
PutStorageConfigurationRequest.Builder |
storageType(String storageType)
The type of storage that you specified for your data.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutStorageConfigurationRequest.Builder storageType(String storageType)
The type of storage that you specified for your data. The storage type can be one of the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database and
saves a copy of your raw data and metadata in an Amazon S3 object that you specified.
storageType - The type of storage that you specified for your data. The storage type can be one of the following
values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed
database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database
and saves a copy of your raw data and metadata in an Amazon S3 object that you specified.
StorageType,
StorageTypePutStorageConfigurationRequest.Builder storageType(StorageType storageType)
The type of storage that you specified for your data. The storage type can be one of the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database and
saves a copy of your raw data and metadata in an Amazon S3 object that you specified.
storageType - The type of storage that you specified for your data. The storage type can be one of the following
values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise replicates your data into a service managed
database.
MULTI_LAYER_STORAGE – IoT SiteWise replicates your data into a service managed database
and saves a copy of your raw data and metadata in an Amazon S3 object that you specified.
StorageType,
StorageTypePutStorageConfigurationRequest.Builder multiLayerStorage(MultiLayerStorage multiLayerStorage)
Identifies a storage destination. If you specified MULTI_LAYER_STORAGE for the storage type, you
must specify a MultiLayerStorage object.
multiLayerStorage - Identifies a storage destination. If you specified MULTI_LAYER_STORAGE for the storage
type, you must specify a MultiLayerStorage object.default PutStorageConfigurationRequest.Builder multiLayerStorage(Consumer<MultiLayerStorage.Builder> multiLayerStorage)
Identifies a storage destination. If you specified MULTI_LAYER_STORAGE for the storage type, you
must specify a MultiLayerStorage object.
MultiLayerStorage.Builder avoiding the need to
create one manually via MultiLayerStorage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to multiLayerStorage(MultiLayerStorage).multiLayerStorage - a consumer that will call methods on MultiLayerStorage.BuildermultiLayerStorage(MultiLayerStorage)PutStorageConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutStorageConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.