public static interface DatastoreSummary.Builder extends SdkPojo, CopyableBuilder<DatastoreSummary.Builder,DatastoreSummary>
| Modifier and Type | Method and Description |
|---|---|
DatastoreSummary.Builder |
creationTime(Instant creationTime)
When the data store was created.
|
DatastoreSummary.Builder |
datastoreName(String datastoreName)
The name of the data store.
|
default DatastoreSummary.Builder |
datastoreStorage(Consumer<DatastoreStorageSummary.Builder> datastoreStorage)
Where data store data is stored.
|
DatastoreSummary.Builder |
datastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data store data is stored.
|
DatastoreSummary.Builder |
fileFormatType(FileFormatType fileFormatType)
The file format of the data in the data store.
|
DatastoreSummary.Builder |
fileFormatType(String fileFormatType)
The file format of the data in the data store.
|
DatastoreSummary.Builder |
lastMessageArrivalTime(Instant lastMessageArrivalTime)
The last time when a new message arrived in the data store.
|
DatastoreSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The last time the data store was updated.
|
DatastoreSummary.Builder |
status(DatastoreStatus status)
The status of the data store.
|
DatastoreSummary.Builder |
status(String status)
The status of the data store.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatastoreSummary.Builder datastoreName(String datastoreName)
The name of the data store.
datastoreName - The name of the data store.DatastoreSummary.Builder datastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data store data is stored.
datastoreStorage - Where data store data is stored.default DatastoreSummary.Builder datastoreStorage(Consumer<DatastoreStorageSummary.Builder> datastoreStorage)
Where data store data is stored.
This is a convenience that creates an instance of theDatastoreStorageSummary.Builder avoiding the
need to create one manually via DatastoreStorageSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to datastoreStorage(DatastoreStorageSummary).datastoreStorage - a consumer that will call methods on DatastoreStorageSummary.BuilderdatastoreStorage(DatastoreStorageSummary)DatastoreSummary.Builder status(String status)
The status of the data store.
status - The status of the data store.DatastoreStatus,
DatastoreStatusDatastoreSummary.Builder status(DatastoreStatus status)
The status of the data store.
status - The status of the data store.DatastoreStatus,
DatastoreStatusDatastoreSummary.Builder creationTime(Instant creationTime)
When the data store was created.
creationTime - When the data store was created.DatastoreSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The last time the data store was updated.
lastUpdateTime - The last time the data store was updated.DatastoreSummary.Builder lastMessageArrivalTime(Instant lastMessageArrivalTime)
The last time when a new message arrived in the data store.
AWS IoT Analytics updates this value at most once per minute for 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.
AWS IoT Analytics updates this value at most once per minute for 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.
DatastoreSummary.Builder fileFormatType(String fileFormatType)
The file format of the data in the data store.
fileFormatType - The file format of the data in the data store.FileFormatType,
FileFormatTypeDatastoreSummary.Builder fileFormatType(FileFormatType fileFormatType)
The file format of the data in the data store.
fileFormatType - The file format of the data in the data store.FileFormatType,
FileFormatTypeCopyright © 2021. All rights reserved.