@Generated(value="software.amazon.awssdk:codegen") public final class DatastoreProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>
The properties associated with the data store.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatastoreProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatastoreProperties.Builder |
builder() |
Instant |
createdAt()
The timestamp when the data store was created.
|
String |
datastoreArn()
The Amazon Resource Name (ARN) for the data store.
|
String |
datastoreId()
The data store identifier.
|
String |
datastoreName()
The data store name.
|
DatastoreStatus |
datastoreStatus()
The data store status.
|
String |
datastoreStatusAsString()
The data store status.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyArn()
The Amazon Resource Name (ARN) assigned to the AWS Key Management Service (AWS KMS) key for accessing encrypted
data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatastoreProperties.Builder> |
serializableBuilderClass() |
DatastoreProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp when the data store was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datastoreId()
The data store identifier.
public final String datastoreName()
The data store name.
public final DatastoreStatus datastoreStatus()
The data store status.
If the service returns an enum value that is not available in the current SDK version, datastoreStatus
will return DatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from datastoreStatusAsString().
DatastoreStatuspublic final String datastoreStatusAsString()
The data store status.
If the service returns an enum value that is not available in the current SDK version, datastoreStatus
will return DatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from datastoreStatusAsString().
DatastoreStatuspublic final String kmsKeyArn()
The Amazon Resource Name (ARN) assigned to the AWS Key Management Service (AWS KMS) key for accessing encrypted data.
public final String datastoreArn()
The Amazon Resource Name (ARN) for the data store.
public final Instant createdAt()
The timestamp when the data store was created.
public final Instant updatedAt()
The timestamp when the data store was last updated.
public DatastoreProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>public static DatastoreProperties.Builder builder()
public static Class<? extends DatastoreProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.