public static interface PutStorageConfigurationResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<PutStorageConfigurationResponse.Builder,PutStorageConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
PutStorageConfigurationResponse.Builder |
configurationStatus(ConfigurationStatus configurationStatus)
Sets the value of the ConfigurationStatus property for this object.
|
default PutStorageConfigurationResponse.Builder |
configurationStatus(Consumer<ConfigurationStatus.Builder> configurationStatus)
Sets the value of the ConfigurationStatus property for this object.
|
default PutStorageConfigurationResponse.Builder |
multiLayerStorage(Consumer<MultiLayerStorage.Builder> multiLayerStorage)
Contains information about the storage destination.
|
PutStorageConfigurationResponse.Builder |
multiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
|
PutStorageConfigurationResponse.Builder |
storageType(StorageType storageType)
The type of storage that you specified for your data.
|
PutStorageConfigurationResponse.Builder |
storageType(String storageType)
The type of storage that you specified for your data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutStorageConfigurationResponse.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,
StorageTypePutStorageConfigurationResponse.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,
StorageTypePutStorageConfigurationResponse.Builder multiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
multiLayerStorage - Contains information about the storage destination.default PutStorageConfigurationResponse.Builder multiLayerStorage(Consumer<MultiLayerStorage.Builder> multiLayerStorage)
Contains information about the storage destination.
This is a convenience that creates an instance of theMultiLayerStorage.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)PutStorageConfigurationResponse.Builder configurationStatus(ConfigurationStatus configurationStatus)
configurationStatus - The new value for the ConfigurationStatus property for this object.default PutStorageConfigurationResponse.Builder configurationStatus(Consumer<ConfigurationStatus.Builder> configurationStatus)
ConfigurationStatus.Builder avoiding the need
to create one manually via ConfigurationStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to configurationStatus(ConfigurationStatus).configurationStatus - a consumer that will call methods on ConfigurationStatus.BuilderconfigurationStatus(ConfigurationStatus)Copyright © 2021. All rights reserved.