public static interface DatastoreProperties.Builder extends SdkPojo, CopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>
| Modifier and Type | Method and Description |
|---|---|
DatastoreProperties.Builder |
createdAt(Instant createdAt)
The timestamp when the data store was created.
|
DatastoreProperties.Builder |
datastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) for the data store.
|
DatastoreProperties.Builder |
datastoreId(String datastoreId)
The data store identifier.
|
DatastoreProperties.Builder |
datastoreName(String datastoreName)
The data store name.
|
DatastoreProperties.Builder |
datastoreStatus(DatastoreStatus datastoreStatus)
The data store status.
|
DatastoreProperties.Builder |
datastoreStatus(String datastoreStatus)
The data store status.
|
DatastoreProperties.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
|
DatastoreProperties.Builder |
updatedAt(Instant updatedAt)
The timestamp when the data store was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatastoreProperties.Builder datastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.DatastoreProperties.Builder datastoreName(String datastoreName)
The data store name.
datastoreName - The data store name.DatastoreProperties.Builder datastoreStatus(String datastoreStatus)
The data store status.
datastoreStatus - The data store status.DatastoreStatus,
DatastoreStatusDatastoreProperties.Builder datastoreStatus(DatastoreStatus datastoreStatus)
The data store status.
datastoreStatus - The data store status.DatastoreStatus,
DatastoreStatusDatastoreProperties.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
kmsKeyArn - The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing
encrypted data.DatastoreProperties.Builder datastoreArn(String datastoreArn)
The Amazon Resource Name (ARN) for the data store.
datastoreArn - The Amazon Resource Name (ARN) for the data store.DatastoreProperties.Builder createdAt(Instant createdAt)
The timestamp when the data store was created.
createdAt - The timestamp when the data store was created.DatastoreProperties.Builder updatedAt(Instant updatedAt)
The timestamp when the data store was last updated.
updatedAt - The timestamp when the data store was last updated.Copyright © 2023. All rights reserved.