public static interface DescribeStorageConfigurationResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<DescribeStorageConfigurationResponse.Builder,DescribeStorageConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageConfigurationResponse.Builder |
configurationStatus(ConfigurationStatus configurationStatus)
Sets the value of the ConfigurationStatus property for this object.
|
default DescribeStorageConfigurationResponse.Builder |
configurationStatus(Consumer<ConfigurationStatus.Builder> configurationStatus)
Sets the value of the ConfigurationStatus property for this object.
|
DescribeStorageConfigurationResponse.Builder |
lastUpdateDate(Instant lastUpdateDate)
The date the storage configuration was last updated, in Unix epoch time.
|
default DescribeStorageConfigurationResponse.Builder |
multiLayerStorage(Consumer<MultiLayerStorage.Builder> multiLayerStorage)
Contains information about the storage destination.
|
DescribeStorageConfigurationResponse.Builder |
multiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
|
DescribeStorageConfigurationResponse.Builder |
storageType(StorageType storageType)
The type of storage that you specified for your data.
|
DescribeStorageConfigurationResponse.Builder |
storageType(String storageType)
The type of storage that you specified for your data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStorageConfigurationResponse.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,
StorageTypeDescribeStorageConfigurationResponse.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,
StorageTypeDescribeStorageConfigurationResponse.Builder multiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
multiLayerStorage - Contains information about the storage destination.default DescribeStorageConfigurationResponse.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)DescribeStorageConfigurationResponse.Builder configurationStatus(ConfigurationStatus configurationStatus)
configurationStatus - The new value for the ConfigurationStatus property for this object.default DescribeStorageConfigurationResponse.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)DescribeStorageConfigurationResponse.Builder lastUpdateDate(Instant lastUpdateDate)
The date the storage configuration was last updated, in Unix epoch time.
lastUpdateDate - The date the storage configuration was last updated, in Unix epoch time.Copyright © 2021. All rights reserved.