@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutStorageConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
PutStorageConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
PutStorageConfigurationResult |
clone() |
boolean |
equals(Object obj) |
ConfigurationStatus |
getConfigurationStatus() |
MultiLayerStorage |
getMultiLayerStorage()
Contains information about the storage destination.
|
String |
getStorageType()
The type of storage that you specified for your data.
|
int |
hashCode() |
void |
setConfigurationStatus(ConfigurationStatus configurationStatus) |
void |
setMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
|
void |
setStorageType(String storageType)
The type of storage that you specified for your data.
|
String |
toString()
Returns a string representation of this object.
|
PutStorageConfigurationResult |
withConfigurationStatus(ConfigurationStatus configurationStatus) |
PutStorageConfigurationResult |
withMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
|
PutStorageConfigurationResult |
withStorageType(StorageType storageType)
The type of storage that you specified for your data.
|
PutStorageConfigurationResult |
withStorageType(String storageType)
The type of storage that you specified for your data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStorageType(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.
StorageTypepublic String getStorageType()
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.
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.
StorageTypepublic PutStorageConfigurationResult withStorageType(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.
StorageTypepublic PutStorageConfigurationResult withStorageType(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.
StorageTypepublic void setMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
multiLayerStorage - Contains information about the storage destination.public MultiLayerStorage getMultiLayerStorage()
Contains information about the storage destination.
public PutStorageConfigurationResult withMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
multiLayerStorage - Contains information about the storage destination.public void setConfigurationStatus(ConfigurationStatus configurationStatus)
configurationStatus - public ConfigurationStatus getConfigurationStatus()
public PutStorageConfigurationResult withConfigurationStatus(ConfigurationStatus configurationStatus)
configurationStatus - public String toString()
toString in class ObjectObject.toString()public PutStorageConfigurationResult clone()
Copyright © 2021. All rights reserved.