@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatastoreSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a data store.
Constructor and Description |
---|
DatastoreSummary() |
Modifier and Type | Method and Description |
---|---|
DatastoreSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the data store was created.
|
String |
getDatastoreName()
The name of the data store.
|
DatastorePartitions |
getDatastorePartitions()
Contains information about the partition dimensions in a data store.
|
DatastoreStorageSummary |
getDatastoreStorage()
Where data in a data store is stored.
|
String |
getFileFormatType()
The file format of the data in the data store.
|
Date |
getLastMessageArrivalTime()
The last time when a new message arrived in the data store.
|
Date |
getLastUpdateTime()
The last time the data store was updated.
|
String |
getStatus()
The status of the data store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
When the data store was created.
|
void |
setDatastoreName(String datastoreName)
The name of the data store.
|
void |
setDatastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
|
void |
setDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data in a data store is stored.
|
void |
setFileFormatType(String fileFormatType)
The file format of the data in the data store.
|
void |
setLastMessageArrivalTime(Date lastMessageArrivalTime)
The last time when a new message arrived in the data store.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
|
void |
setStatus(String status)
The status of the data store.
|
String |
toString()
Returns a string representation of this object.
|
DatastoreSummary |
withCreationTime(Date creationTime)
When the data store was created.
|
DatastoreSummary |
withDatastoreName(String datastoreName)
The name of the data store.
|
DatastoreSummary |
withDatastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
|
DatastoreSummary |
withDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data in a data store is stored.
|
DatastoreSummary |
withFileFormatType(FileFormatType fileFormatType)
The file format of the data in the data store.
|
DatastoreSummary |
withFileFormatType(String fileFormatType)
The file format of the data in the data store.
|
DatastoreSummary |
withLastMessageArrivalTime(Date lastMessageArrivalTime)
The last time when a new message arrived in the data store.
|
DatastoreSummary |
withLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
|
DatastoreSummary |
withStatus(DatastoreStatus status)
The status of the data store.
|
DatastoreSummary |
withStatus(String status)
The status of the data store.
|
public void setDatastoreName(String datastoreName)
The name of the data store.
datastoreName
- The name of the data store.public String getDatastoreName()
The name of the data store.
public DatastoreSummary withDatastoreName(String datastoreName)
The name of the data store.
datastoreName
- The name of the data store.public void setDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data in a data store is stored.
datastoreStorage
- Where data in a data store is stored.public DatastoreStorageSummary getDatastoreStorage()
Where data in a data store is stored.
public DatastoreSummary withDatastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data in a data store is stored.
datastoreStorage
- Where data in a data store is stored.public void setStatus(String status)
The status of the data store.
status
- The status of the data store.DatastoreStatus
public String getStatus()
The status of the data store.
DatastoreStatus
public DatastoreSummary withStatus(String status)
The status of the data store.
status
- The status of the data store.DatastoreStatus
public DatastoreSummary withStatus(DatastoreStatus status)
The status of the data store.
status
- The status of the data store.DatastoreStatus
public void setCreationTime(Date creationTime)
When the data store was created.
creationTime
- When the data store was created.public Date getCreationTime()
When the data store was created.
public DatastoreSummary withCreationTime(Date creationTime)
When the data store was created.
creationTime
- When the data store was created.public void setLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
lastUpdateTime
- The last time the data store was updated.public Date getLastUpdateTime()
The last time the data store was updated.
public DatastoreSummary withLastUpdateTime(Date lastUpdateTime)
The last time the data store was updated.
lastUpdateTime
- The last time the data store was updated.public void setLastMessageArrivalTime(Date lastMessageArrivalTime)
The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon Simple Storage Service one data store. Hence,
the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
lastMessageArrivalTime
- The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon Simple Storage Service one data store.
Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
public Date getLastMessageArrivalTime()
The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon Simple Storage Service one data store. Hence,
the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
IoT Analytics updates this value at most once per minute for Amazon Simple Storage Service one data
store. Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
public DatastoreSummary withLastMessageArrivalTime(Date lastMessageArrivalTime)
The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon Simple Storage Service one data store. Hence,
the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
lastMessageArrivalTime
- The last time when a new message arrived in the data store.
IoT Analytics updates this value at most once per minute for Amazon Simple Storage Service one data store.
Hence, the lastMessageArrivalTime
value is an approximation.
This feature only applies to messages that arrived in the data store after October 23, 2020.
public void setFileFormatType(String fileFormatType)
The file format of the data in the data store.
fileFormatType
- The file format of the data in the data store.FileFormatType
public String getFileFormatType()
The file format of the data in the data store.
FileFormatType
public DatastoreSummary withFileFormatType(String fileFormatType)
The file format of the data in the data store.
fileFormatType
- The file format of the data in the data store.FileFormatType
public DatastoreSummary withFileFormatType(FileFormatType fileFormatType)
The file format of the data in the data store.
fileFormatType
- The file format of the data in the data store.FileFormatType
public void setDatastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
datastorePartitions
- Contains information about the partition dimensions in a data store.public DatastorePartitions getDatastorePartitions()
Contains information about the partition dimensions in a data store.
public DatastoreSummary withDatastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
datastorePartitions
- Contains information about the partition dimensions in a data store.public String toString()
toString
in class Object
Object.toString()
public DatastoreSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.