Class DatastoreProperties

    • Method Detail

      • datastoreId

        public final String datastoreId()

        The AWS-generated ID number for the data store.

        Returns:
        The AWS-generated ID number for the data store.
      • datastoreArn

        public final String datastoreArn()

        The Amazon Resource Name used in the creation of the data store.

        Returns:
        The Amazon Resource Name used in the creation of the data store.
      • datastoreName

        public final String datastoreName()

        The user-generated name for the data store.

        Returns:
        The user-generated name for the data store.
      • createdAt

        public final Instant createdAt()

        The time that a data store was created.

        Returns:
        The time that a data store was created.
      • datastoreEndpoint

        public final String datastoreEndpoint()

        The AWS endpoint for the data store. Each data store will have it's own endpoint with data store ID in the endpoint URL.

        Returns:
        The AWS endpoint for the data store. Each data store will have it's own endpoint with data store ID in the endpoint URL.
      • sseConfiguration

        public final SseConfiguration sseConfiguration()

        The server-side encryption key configuration for a customer provided encryption key (CMK).

        Returns:
        The server-side encryption key configuration for a customer provided encryption key (CMK).
      • preloadDataConfig

        public final PreloadDataConfig preloadDataConfig()

        The preloaded data configuration for the data store. Only data preloaded from Synthea is supported.

        Returns:
        The preloaded data configuration for the data store. Only data preloaded from Synthea is supported.
      • identityProviderConfiguration

        public final IdentityProviderConfiguration identityProviderConfiguration()

        The identity provider that you selected when you created the data store.

        Returns:
        The identity provider that you selected when you created the data store.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)