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 |
datastorePartitions(Consumer<DatastorePartitions.Builder> datastorePartitions)
Contains information about the partition dimensions in a data store.
|
DatastoreSummary.Builder |
datastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
|
default DatastoreSummary.Builder |
datastoreStorage(Consumer<DatastoreStorageSummary.Builder> datastoreStorage)
Where data in a data store is stored.
|
DatastoreSummary.Builder |
datastoreStorage(DatastoreStorageSummary datastoreStorage)
Where data in a data store 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 in a data store is stored.
datastoreStorage - Where data in a data store is stored.default DatastoreSummary.Builder datastoreStorage(Consumer<DatastoreStorageSummary.Builder> datastoreStorage)
Where data in a data store is stored.
This is a convenience method 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.
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.
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,
FileFormatTypeDatastoreSummary.Builder datastorePartitions(DatastorePartitions datastorePartitions)
Contains information about the partition dimensions in a data store.
datastorePartitions - Contains information about the partition dimensions in a data store.default DatastoreSummary.Builder datastorePartitions(Consumer<DatastorePartitions.Builder> datastorePartitions)
Contains information about the partition dimensions in a data store.
This is a convenience method that creates an instance of theDatastorePartitions.Builder avoiding the
need to create one manually via DatastorePartitions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to datastorePartitions(DatastorePartitions).
datastorePartitions - a consumer that will call methods on DatastorePartitions.BuilderdatastorePartitions(DatastorePartitions)Copyright © 2023. All rights reserved.