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.
|
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.
|
copyapplyMutation, buildDatastoreSummary.Builder datastoreName(String datastoreName)
The name of the data store.
datastoreName - The name of the data store.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.