@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) |
String |
getDisassociatedDataStorage()
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
MultiLayerStorage |
getMultiLayerStorage()
Identifies a storage destination.
|
RetentionPeriod |
getRetentionPeriod() |
String |
getStorageType()
The storage tier that you specified for your data.
|
int |
hashCode() |
void |
setDisassociatedDataStorage(String disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
void |
setMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Identifies a storage destination.
|
void |
setRetentionPeriod(RetentionPeriod retentionPeriod) |
void |
setStorageType(String storageType)
The storage tier that you specified for your data.
|
String |
toString()
Returns a string representation of this object.
|
PutStorageConfigurationRequest |
withDisassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
PutStorageConfigurationRequest |
withDisassociatedDataStorage(String disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
PutStorageConfigurationRequest |
withMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Identifies a storage destination.
|
PutStorageConfigurationRequest |
withRetentionPeriod(RetentionPeriod retentionPeriod) |
PutStorageConfigurationRequest |
withStorageType(StorageType storageType)
The storage tier that you specified for your data.
|
PutStorageConfigurationRequest |
withStorageType(String storageType)
The storage tier 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 storage tier that you specified for your data. The storageType parameter can be one of the
following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold
tier is a customer-managed Amazon S3 bucket.
storageType - The storage tier that you specified for your data. The storageType parameter can be one of
the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier.
The cold tier is a customer-managed Amazon S3 bucket.
StorageTypepublic String getStorageType()
The storage tier that you specified for your data. The storageType parameter can be one of the
following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold
tier is a customer-managed Amazon S3 bucket.
storageType parameter can be one of
the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier.
The cold tier is a customer-managed Amazon S3 bucket.
StorageTypepublic PutStorageConfigurationRequest withStorageType(String storageType)
The storage tier that you specified for your data. The storageType parameter can be one of the
following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold
tier is a customer-managed Amazon S3 bucket.
storageType - The storage tier that you specified for your data. The storageType parameter can be one of
the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier.
The cold tier is a customer-managed Amazon S3 bucket.
StorageTypepublic PutStorageConfigurationRequest withStorageType(StorageType storageType)
The storage tier that you specified for your data. The storageType parameter can be one of the
following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold
tier is a customer-managed Amazon S3 bucket.
storageType - The storage tier that you specified for your data. The storageType parameter can be one of
the following values:
SITEWISE_DEFAULT_STORAGE – IoT SiteWise saves your data into the hot tier. The hot tier is a
service-managed database.
MULTI_LAYER_STORAGE – IoT SiteWise saves your data in both the cold tier and the hot tier.
The cold tier is a customer-managed Amazon S3 bucket.
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 void setDisassociatedDataStorage(String disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
The disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset
properties.
For more information, see Data streams in the IoT SiteWise User Guide.
disassociatedDataStorage - Contains the storage configuration for time series (data streams) that aren't associated with asset
properties. The disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with
asset properties.
For more information, see Data streams in the IoT SiteWise User Guide.
DisassociatedDataStorageStatepublic String getDisassociatedDataStorage()
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
The disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset
properties.
For more information, see Data streams in the IoT SiteWise User Guide.
disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated
with asset properties.
For more information, see Data streams in the IoT SiteWise User Guide.
DisassociatedDataStorageStatepublic PutStorageConfigurationRequest withDisassociatedDataStorage(String disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
The disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset
properties.
For more information, see Data streams in the IoT SiteWise User Guide.
disassociatedDataStorage - Contains the storage configuration for time series (data streams) that aren't associated with asset
properties. The disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with
asset properties.
For more information, see Data streams in the IoT SiteWise User Guide.
DisassociatedDataStorageStatepublic PutStorageConfigurationRequest withDisassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
The disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with asset
properties.
For more information, see Data streams in the IoT SiteWise User Guide.
disassociatedDataStorage - Contains the storage configuration for time series (data streams) that aren't associated with asset
properties. The disassociatedDataStorage can be one of the following values:
ENABLED – IoT SiteWise accepts time series that aren't associated with asset properties.
After the disassociatedDataStorage is enabled, you can't disable it.
DISABLED – IoT SiteWise doesn't accept time series (data streams) that aren't associated with
asset properties.
For more information, see Data streams in the IoT SiteWise User Guide.
DisassociatedDataStorageStatepublic void setRetentionPeriod(RetentionPeriod retentionPeriod)
retentionPeriod - public RetentionPeriod getRetentionPeriod()
public PutStorageConfigurationRequest withRetentionPeriod(RetentionPeriod retentionPeriod)
retentionPeriod - public String toString()
toString in class ObjectObject.toString()public PutStorageConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.