@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStorageConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeStorageConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeStorageConfigurationResult |
clone() |
boolean |
equals(Object obj) |
ConfigurationStatus |
getConfigurationStatus() |
String |
getDisassociatedDataStorage()
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
Date |
getLastUpdateDate()
The date the storage configuration was last updated, in Unix epoch time.
|
MultiLayerStorage |
getMultiLayerStorage()
Contains information about the storage destination.
|
RetentionPeriod |
getRetentionPeriod()
How many days your data is kept in the hot tier.
|
String |
getStorageType()
The storage tier that you specified for your data.
|
int |
hashCode() |
void |
setConfigurationStatus(ConfigurationStatus configurationStatus) |
void |
setDisassociatedDataStorage(String disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
void |
setLastUpdateDate(Date lastUpdateDate)
The date the storage configuration was last updated, in Unix epoch time.
|
void |
setMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
|
void |
setRetentionPeriod(RetentionPeriod retentionPeriod)
How many days your data is kept in the hot tier.
|
void |
setStorageType(String storageType)
The storage tier that you specified for your data.
|
String |
toString()
Returns a string representation of this object.
|
DescribeStorageConfigurationResult |
withConfigurationStatus(ConfigurationStatus configurationStatus) |
DescribeStorageConfigurationResult |
withDisassociatedDataStorage(DisassociatedDataStorageState disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
DescribeStorageConfigurationResult |
withDisassociatedDataStorage(String disassociatedDataStorage)
Contains the storage configuration for time series (data streams) that aren't associated with asset properties.
|
DescribeStorageConfigurationResult |
withLastUpdateDate(Date lastUpdateDate)
The date the storage configuration was last updated, in Unix epoch time.
|
DescribeStorageConfigurationResult |
withMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
|
DescribeStorageConfigurationResult |
withRetentionPeriod(RetentionPeriod retentionPeriod)
How many days your data is kept in the hot tier.
|
DescribeStorageConfigurationResult |
withStorageType(StorageType storageType)
The storage tier that you specified for your data.
|
DescribeStorageConfigurationResult |
withStorageType(String storageType)
The storage tier that you specified for your data.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 cold 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 cold tier.
The cold tier is a customer-managed Amazon S3 bucket.
StorageType
public 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 cold 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 cold tier.
The cold tier is a customer-managed Amazon S3 bucket.
StorageType
public DescribeStorageConfigurationResult 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 cold 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 cold tier.
The cold tier is a customer-managed Amazon S3 bucket.
StorageType
public DescribeStorageConfigurationResult 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 cold 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 cold tier.
The cold tier is a customer-managed Amazon S3 bucket.
StorageType
public 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 DescribeStorageConfigurationResult withMultiLayerStorage(MultiLayerStorage multiLayerStorage)
Contains information about the storage destination.
multiLayerStorage
- Contains information about the storage destination.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.
DisassociatedDataStorageState
public 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.
DisassociatedDataStorageState
public DescribeStorageConfigurationResult 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.
DisassociatedDataStorageState
public DescribeStorageConfigurationResult 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.
DisassociatedDataStorageState
public void setRetentionPeriod(RetentionPeriod retentionPeriod)
How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.
retentionPeriod
- How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot
tier.public RetentionPeriod getRetentionPeriod()
How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.
public DescribeStorageConfigurationResult withRetentionPeriod(RetentionPeriod retentionPeriod)
How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.
retentionPeriod
- How many days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot
tier.public void setConfigurationStatus(ConfigurationStatus configurationStatus)
configurationStatus
- public ConfigurationStatus getConfigurationStatus()
public DescribeStorageConfigurationResult withConfigurationStatus(ConfigurationStatus configurationStatus)
configurationStatus
- public void setLastUpdateDate(Date 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.public Date getLastUpdateDate()
The date the storage configuration was last updated, in Unix epoch time.
public DescribeStorageConfigurationResult withLastUpdateDate(Date 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.public String toString()
toString
in class Object
Object.toString()
public DescribeStorageConfigurationResult clone()