@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutStorageConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutStorageConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutStorageConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
MultiLayerStorage |
getMultiLayerStorage()
Identifies a storage destination.
|
String |
getStorageType()
The type of storage that you specified for your data.
|
int |
hashCode() |
void |
setMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Identifies a 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.
|
PutStorageConfigurationRequest |
withMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Identifies a storage destination.
|
PutStorageConfigurationRequest |
withStorageType(StorageType storageType)
The type of storage that you specified for your data.
|
PutStorageConfigurationRequest |
withStorageType(String storageType)
The type of storage that you specified for your data.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 PutStorageConfigurationRequest 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 PutStorageConfigurationRequest 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)
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.public MultiLayerStorage getMultiLayerStorage()
Identifies a storage destination. If you specified MULTI_LAYER_STORAGE for the storage type, you
must specify a MultiLayerStorage object.
MULTI_LAYER_STORAGE for the storage type,
you must specify a MultiLayerStorage object.public PutStorageConfigurationRequest withMultiLayerStorage(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.public String toString()
toString in class ObjectObject.toString()public PutStorageConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.