Class DatastoreProperties
- java.lang.Object
-
- software.amazon.awssdk.services.medicalimaging.model.DatastoreProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>
@Generated("software.amazon.awssdk:codegen") public final class DatastoreProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>
The properties associated with the data store.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatastoreProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatastoreProperties.Builderbuilder()InstantcreatedAt()The timestamp when the data store was created.StringdatastoreArn()The Amazon Resource Name (ARN) for the data store.StringdatastoreId()The data store identifier.StringdatastoreName()The data store name.DatastoreStatusdatastoreStatus()The data store status.StringdatastoreStatusAsString()The data store status.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.List<SdkField<?>>sdkFields()static Class<? extends DatastoreProperties.Builder>serializableBuilderClass()DatastoreProperties.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp when the data store was last updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
datastoreId
public final String datastoreId()
The data store identifier.
- Returns:
- The data store identifier.
-
datastoreName
public final String datastoreName()
The data store name.
- Returns:
- The data store name.
-
datastoreStatus
public final DatastoreStatus datastoreStatus()
The data store status.
If the service returns an enum value that is not available in the current SDK version,
datastoreStatuswill returnDatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdatastoreStatusAsString().- Returns:
- The data store status.
- See Also:
DatastoreStatus
-
datastoreStatusAsString
public final String datastoreStatusAsString()
The data store status.
If the service returns an enum value that is not available in the current SDK version,
datastoreStatuswill returnDatastoreStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdatastoreStatusAsString().- Returns:
- The data store status.
- See Also:
DatastoreStatus
-
kmsKeyArn
public final String kmsKeyArn()
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
- Returns:
- The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
-
datastoreArn
public final String datastoreArn()
The Amazon Resource Name (ARN) for the data store.
- Returns:
- The Amazon Resource Name (ARN) for the data store.
-
createdAt
public final Instant createdAt()
The timestamp when the data store was created.
- Returns:
- The timestamp when the data store was created.
-
updatedAt
public final Instant updatedAt()
The timestamp when the data store was last updated.
- Returns:
- The timestamp when the data store was last updated.
-
toBuilder
public DatastoreProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatastoreProperties.Builder,DatastoreProperties>
-
builder
public static DatastoreProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatastoreProperties.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-