@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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.
StorageType
public 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.
StorageType
public 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.
StorageType
public 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.
StorageType
public 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 Object
Object.toString()
public PutStorageConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()