@Generated(value="software.amazon.awssdk:codegen") public final class DatastoreSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatastoreSummary.Builder,DatastoreSummary>
A summary of information about a data store.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatastoreSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatastoreSummary.Builder |
builder() |
Instant |
creationTime()
When the data store was created.
|
String |
datastoreName()
The name of the data store.
|
DatastorePartitions |
datastorePartitions()
Contains information about the partition dimensions in a data store.
|
DatastoreStorageSummary |
datastoreStorage()
Where data in a data store is stored.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileFormatType |
fileFormatType()
The file format of the data in the data store.
|
String |
fileFormatTypeAsString()
The file format of the data in the data store.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastMessageArrivalTime()
The last time when a new message arrived in the data store.
|
Instant |
lastUpdateTime()
The last time the data store was updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatastoreSummary.Builder> |
serializableBuilderClass() |
DatastoreStatus |
status()
The status of the data store.
|
String |
statusAsString()
The status of the data store.
|
DatastoreSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datastoreName()
The name of the data store.
public final DatastoreStorageSummary datastoreStorage()
Where data in a data store is stored.
public final DatastoreStatus status()
The status of the data store.
If the service returns an enum value that is not available in the current SDK version, status will
return DatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatastoreStatuspublic final String statusAsString()
The status of the data store.
If the service returns an enum value that is not available in the current SDK version, status will
return DatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatastoreStatuspublic final Instant creationTime()
When the data store was created.
public final Instant lastUpdateTime()
The last time the data store was updated.
public final Instant 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.
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 final FileFormatType fileFormatType()
The file format of the data in the data store.
If the service returns an enum value that is not available in the current SDK version, fileFormatType
will return FileFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileFormatTypeAsString().
FileFormatTypepublic final String fileFormatTypeAsString()
The file format of the data in the data store.
If the service returns an enum value that is not available in the current SDK version, fileFormatType
will return FileFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileFormatTypeAsString().
FileFormatTypepublic final DatastorePartitions datastorePartitions()
Contains information about the partition dimensions in a data store.
public DatastoreSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatastoreSummary.Builder,DatastoreSummary>public static DatastoreSummary.Builder builder()
public static Class<? extends DatastoreSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.